Memory Pool Memory Pool Refreshing

5,613 transactions
1.85 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,856 (283,526 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
624,330 624,330 00000000000000000004ce91fefafec811207d4dbe03a45d1c8011ccfc75f29d 1.25 MB 2,616 16
624,329 624,329 00000000000000000004ea867a27adbd484e25e58801f765aa2f2a9421e782f4 1.25 MB 1,425 9
624,328 624,328 00000000000000000004629d174941008b94ba50f791de607d70d2923c7137b9 1.24 MB 2,169 13
624,327 624,327 0000000000000000000e93cd77e32d75238199ae590f4c6015bc0ee1f11d207a 1.16 MB 1,873 9
624,326 624,326 0000000000000000000f9bfbc461eade9c34552172d41d8066ab2163fb477d00 1.06 MB 650 3
624,325 624,325 000000000000000000009b70f5dba2311c406d56a032f5fe388333c17f4cc90b 1.07 MB 863 4
624,324 624,324 0000000000000000000e87b6dd69e3a6c1d3cea072822791010b1253f380656d 0.99 MB 278 2
624,323 624,323 00000000000000000002e463483d5fe13331f2ef172dd47e7118145bc5034075 0.99 MB 265 2
624,322 624,322 0000000000000000000e979dbcfd405accfffa014a043b20078e85811ef6446e 1.07 MB 570 3
624,321 624,321 00000000000000000008ccf8adbb688014723ab1fe9441e40caa0c6acf12a296 1.03 MB 711 6
624,320 624,320 0000000000000000001265ddf8584a33a8f46dc835086c8b3ae5159839e85ff3 0.96 MB 88 1
624,319 624,319 00000000000000000010e141ad7da2722223daff554e6148c7961c5c622f47d6 1.07 MB 846 3
624,318 624,318 000000000000000000016bb3b12103a4574d3cdeec2c96b6ab086c2b8ba865d4 1.30 MB 2,594 21
624,317 624,317 0000000000000000000229df257f0f9ba1cf829a8c97356bb0b9d40e801af937 1.26 MB 2,894 18
624,316 624,316 00000000000000000009ba0be3c8e08be69377f2ff6105cbd83d56c8e33caa61 1.24 MB 2,451 12
624,315 624,315 00000000000000000004fad1c6ad178c6d6d024282d20caa92a568cb7233d679 1.06 MB 855 5
624,314 624,314 000000000000000000132006558a816203cb442aeb9162ba1d8f6dac5f0a00ec 1.09 MB 2,061 3
624,313 624,313 00000000000000000013eae18508584cd7a71b216841ed759698a7d14072cdb6 1.29 MB 2,767 16
624,312 624,312 0000000000000000000eb22a79e5bdc397ba32365471c14a974296d160b387aa 1.29 MB 2,696 27
624,311 624,311 0000000000000000000574c978fd19aeb0a16ca0b78a9bdd71e6b8b640511d68 1.10 MB 904 9
624,310 624,310 00000000000000000011ed57d95754efcf8564d84ae9e141d95f57758b81634e 1.19 MB 2,012 12
Previous 10 blocks ↓
Total Size: 769.27 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,635.41 GB sent, 94.29 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.