Memory Pool Memory Pool Refreshing

3,326 transactions
7.32 vMB
Show Random Selection Loading Transactions
Max Size: 31/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,247 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,439 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,246 (796,160 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,086 112,086 000000000000600dcf793334a132ceab3cf2058638f257b0a6a7ce22d8504d2a 0.01 MB 32 238
112,085 112,085 0000000000011d7496717516ad65000126f6c628f4dda19ae30ee0073d8304de 0.04 MB 6 0
112,084 112,084 000000000000877f162d285816fff056940104f14913bc5a7342231a2195402c 0.00 MB 6 1,179
112,083 112,083 000000000000a4fd02c293045593086be61f876e375c075339598468fa58db9b 0.00 MB 6 3,881
112,082 112,082 0000000000009a8cf5d6bc57d0292bb0e12bf44f7b7baa654d672f01549340cc 0.00 MB 2 0
112,081 112,081 0000000000003812c1744121dd7d868de1fb4ba1432a1685da94032436390f42 0.00 MB 2 3,891
112,080 112,080 000000000000ae639f46a4f3e7582ad35a6033dc86f773b182c33fd84451fff4 0.00 MB 3 2,070
112,079 112,079 00000000000087a87aed761b50a4871275aba094d92dff9d1ad30fe39bd38d7a 0.00 MB 2 0
112,078 112,078 00000000000081b59442ee2997124841e6e5a13c84734ee493d9de74f521be00 0.00 MB 4 1,557
112,077 112,077 000000000000124bc8774370cd0cf631f1b9a59c650df5ca71a7599fc42751d8 0.00 MB 8 1,797
112,076 112,076 00000000000105964a5ec56b3678e86a17c3c2bd622674647f1c6e041470ddf5 0.00 MB 4 0
112,075 112,075 000000000000240ae3c0c392846593e6a1092eb05162e636a15c656d10bb5f96 0.00 MB 12 352
112,074 112,074 00000000000037614b9b37c06ac599e85864c705a3ead7cfa8c0e3399fc06e2d 0.00 MB 9 345
112,073 112,073 00000000000083ae59922235829e0f82feb326afbb69de54b4a915442eefe0a7 0.00 MB 14 1,494
112,072 112,072 00000000000042cea6d0c440ab14258e5036d1b6d56d6e04184df86a53fedfbc 0.00 MB 19 0
112,071 112,071 0000000000003ee1575f558c17b320ddb6ce6c82eabbdaf37db6b8a068074a0e 0.00 MB 15 2,393
112,070 112,070 00000000000020a1403b986955972ed636e087a2561f6aa8d31c830030f6f4d5 0.00 MB 2 0
112,069 112,069 00000000000069fd69ceb58385a63fddb0e3b7acdef16f3940dea6516730d6bc 0.00 MB 6 2,141
112,068 112,068 0000000000005781d1131924875ee9882164a19950c05e5a7c87f157410169ff 0.00 MB 11 1,904
112,067 112,067 000000000000889d7d8cab7897fc79e153e2151bab47aa5f1bb901956349ca31 0.00 MB 11 1,132
112,066 112,066 000000000000ebe7f0f40373bc9c3bf3d62b414ca45598ea3989bc22d8738bb8 0.00 MB 2 3,861
Previous 10 blocks ↓
Total Size: 770.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,690.48 GB sent, 97.96 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.