Memory Pool Memory Pool Refreshing

17,975 transactions
5.79 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (547,186 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
360,533 360,533 00000000000000000c98e16c85a257b54e0a3c375b43440ecea691d77b2d079f 0.24 MB 569 31
360,532 360,532 000000000000000015e6cb3e74b5beb03dfb0c0a6a9fe4f02878b99e53ba1dd0 0.03 MB 75 40
360,531 360,531 000000000000000015d198c4fdff353f2c1785ee55fc198e6467da0cc0b3f729 0.09 MB 181 27
360,530 360,530 00000000000000000bb6e091523b5864e5d916bec674ff91650434de8c8c29fa 0.51 MB 1,172 30
360,529 360,529 00000000000000000c894cc8f9c749a0933162fe83be56e3ae26cc5b29316306 0.00 MB 1 0
360,528 360,528 00000000000000000c973a8672a777b910ff0aeec87283c6180169baaf32ee0e 0.34 MB 715 25
360,527 360,527 00000000000000000126434ee8e9e568742b6400dd512177c34268d7ce1a525e 0.75 MB 1,638 30
360,526 360,526 00000000000000000cd6dc14899c6cef4ef19a03c36f20bc168363e2dd440238 0.00 MB 1 0
360,525 360,525 00000000000000000f5fce9288efaa2ee7e20a5916947e219094fb8021efeccd 0.11 MB 115 14
360,524 360,524 0000000000000000167cff0f703ab63b2dbd4cfb2cef441cbbc2301b499bf4aa 0.37 MB 457 17
360,523 360,523 0000000000000000130fb1f46ce1c0338d62129d2e2da3c94aebe7759cea6a52 0.75 MB 1,937 34
360,522 360,522 000000000000000016b13817d93147e7dfac9c75a6b70e3736f8e7059578091e 0.15 MB 161 10
360,521 360,521 00000000000000000898110789a8077cb4fee68c59108c740f8b1d556d022f10 0.75 MB 1,542 27
360,520 360,520 000000000000000014808c6042267c7ab0cf6f942987745b64f3c4543657c958 0.32 MB 785 33
360,519 360,519 00000000000000000949c093dd1aab41b0d4eaaf510963b4ae229af61a9a6b82 0.54 MB 1,119 28
360,518 360,518 00000000000000000525045e074385897d29b80fe649962f0e65eb3a2fb7b240 0.06 MB 58 11
360,517 360,517 00000000000000000eaae76440480f4a400f394bea31b72f37dbb9a44c0040f6 0.41 MB 835 31
360,516 360,516 00000000000000000794ff62759ad5447aee2d568e83fa6bf0a9a0dc922a84ac 0.22 MB 276 25
360,515 360,515 00000000000000001473885760d3094693f8ae642ef202159efbe8f42dd7e93d 1.00 MB 2,151 33
360,514 360,514 000000000000000004a0acf521be94122a251a489f043c44f78f8c419b733600 0.92 MB 2,009 33
360,513 360,513 00000000000000000707f1642e0d24ce31e8f1be13523faaed70200fdfab2bf7 0.70 MB 1,088 26
Previous 10 blocks ↓
Total Size: 769.02 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,624.27 GB sent, 92.99 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.