Memory Pool Memory Pool Refreshing

3,120 transactions
1.10 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
907,993 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,788 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,992 (723,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
184,691 184,691 000000000000029b1f74559ec416c56cef5b25ea21ae22644e95b83ab3211f02 0.00 MB 1 0
184,690 184,690 0000000000000085ea727ee53848d3c57e940af78d1116b33f315f244b5d9e04 0.05 MB 133 158
184,689 184,689 00000000000002f891004bb87eac46b6461043d144a86ef7cc27aeb637a08bc3 0.09 MB 274 22
184,688 184,688 000000000000052894e3598abcb1af85d4a157c3d6723e35d5592c3e6f38159e 0.00 MB 11 0
184,687 184,687 000000000000006691824d6ba4949e2fd146846d56841b5acceed6366b1fef96 0.35 MB 512 105
184,686 184,686 0000000000000639d3441552cf8e3cbd365cd89f59e829585ae1a759c1dff7bf 0.05 MB 123 27
184,685 184,685 0000000000000601b829be04a990d1274f83bc92eebc22ab1a1092e309a16816 0.25 MB 623 173
184,684 184,684 00000000000000384a3ef850d05a936aeeffd54c0e13c594d7900fd5b0ebc7e4 0.00 MB 7 0
184,683 184,683 00000000000000917d586f4fd14b6da9851d894a586dd53a3c51cc83a8f7147a 0.05 MB 118 168
184,682 184,682 000000000000001e8036a8b70feb4be9d4f367d862d1234df1c4f6ba7f5d0a1c 0.25 MB 256 86
184,681 184,681 0000000000000376886200af47bbd20f8a18998b2f7996146c581aa24c5429dd 0.05 MB 136 100
184,680 184,680 000000000000044de40b4dc47b225464a9daad232e762840d648978b271ad6ad 0.00 MB 6 15
184,679 184,679 0000000000000799781b1ed9c0a65279e1532ad2e554c088c8062a2f815f7d13 0.05 MB 129 388
184,678 184,678 00000000000000258df50d6fdcf240a128a30b64bd2e1f4e0409e508be183409 0.00 MB 12 0
184,677 184,677 00000000000008b457252ca9513daa1d3a71421836439a9bb590d16a6d049fdc 0.13 MB 256 116
184,676 184,676 0000000000000252369f1ce045d7a09864ef469189b7c4b7421d47826f8553a4 0.14 MB 256 74
184,675 184,675 00000000000004819bd28a8a6fd9e044c005a2dfb23fcf3d3f0de9828524ad73 0.07 MB 131 87
184,674 184,674 0000000000000684a253c9e635e2d81368093aff22c5e8af156f455c0764fedc 0.03 MB 56 44
184,673 184,673 0000000000000a7d43e65fe658d18623512ec0537ce17b1678f133d9f021ccc0 0.15 MB 272 97
184,672 184,672 0000000000000a20235757adfcd26581c70f0a00712d64ee125cbff345e91954 0.00 MB 7 152
184,671 184,671 00000000000003d3bd71cb8b847cd41655db26f22fa5e3581a593ce23579bbfc 0.08 MB 172 68
Previous 10 blocks ↓
Total Size: 769.53 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,648.12 GB sent, 95.60 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.