Memory Pool Memory Pool Refreshing

8,423 transactions
3.88 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
6 sats/vbyte 3
2 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,163 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,083 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,162 (796,083 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
112,065 112,065 00000000000111846412cb851e98c108e822a8202c12dfe7b9fd62ed6a48ea5f 0.00 MB 7 904
112,064 112,064 000000000001283e61cc026d9e4f4c964d61f18aec7a4ad2a53a61c12ec6e465 0.00 MB 7 382
112,063 112,063 000000000000407a6f6eff5f0e794cfd7c9abf8197edb57f37d20a089eebb57b 0.00 MB 13 672
112,062 112,062 000000000000c9724b578c53b713adcd3dccfb3d1fd88412a81483b05b01f636 0.00 MB 12 354
112,061 112,061 000000000000353f0a224d046f1f0e7e13048638d69ec6bc1bc449bf3fc945b0 0.01 MB 25 429
112,060 112,060 000000000000479f09bc2f1e64e9c2ae31a605de8f5b5c227650ac1cd12c8c7c 0.00 MB 9 634
112,059 112,059 000000000000c1308e04668415bf4d1b13b525206479aee9cb08c63757bb3b8e 0.00 MB 8 808
Previous 10 blocks ↓
Total Size: 769.86 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,680.95 GB sent, 97.17 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.