Memory Pool Memory Pool Refreshing

6,892 transactions
3.90 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,383 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (308,034 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
599,693 599,693 00000000000000000013cda3bd38414a7a55d23b8e370cc0f63e4e1abdaa1f91 1.24 MB 2,575 16
599,692 599,692 0000000000000000000369f7b68976fc8fb6b737ac9adb426f3b510102f9f79c 1.14 MB 2,316 15
599,691 599,691 0000000000000000000bbdba51b2342b40d614a0c12c10bdcd95a1bbf3dcc2db 0.93 MB 2,022 13
599,690 599,690 0000000000000000000a5cfc7c3fd67c4f282dd4ceed64664d0ad9859976154f 1.50 MB 2,723 14
599,689 599,689 0000000000000000000ee380402de1c890e914e9afce93d23720962b707d5ba6 1.31 MB 2,252 13
599,688 599,688 0000000000000000000a8ed0ece68e0767741b5a209a8ceb39d1a958e342bb29 0.17 MB 328 15
599,687 599,687 0000000000000000000d89c3af1c87c56103ecebcfbf5973cb7b8bad9ae30912 1.18 MB 2,706 19
599,686 599,686 000000000000000000147eb05d8e3d86ebe15e3a6bd6ba8b52c176ddd94c9422 0.12 MB 300 28
599,685 599,685 0000000000000000000432c7e4fa7914dc26a996ddedffc7c518d888117f8c03 0.64 MB 1,726 20
599,684 599,684 0000000000000000000f3885401fbd8125b471cf5e783474f20e94ff2883f040 0.19 MB 562 16
599,683 599,683 000000000000000000027aa7735cba20c47a6702729e83fae910d7a3a7978b0e 0.48 MB 1,359 17
599,682 599,682 0000000000000000000e0f64421b4a328f1aa226b839bbbc1d07d8ddbce332b9 0.41 MB 1,283 15
599,681 599,681 000000000000000000137bce8f4ada3594a0fd0be0747846216514a68f9a8b18 0.05 MB 126 15
599,680 599,680 0000000000000000000a506cc225a56cbdc8b89342e36bb209fad5c11218d067 1.00 MB 2,776 15
599,679 599,679 00000000000000000014e759740bd419c71c929fc4bf5bf20a2d1c9f4539d34f 0.75 MB 1,953 15
599,678 599,678 0000000000000000000c78f8c55bb0d6c9a3364e7ae0eb3b01488eda6c3c7eb6 1.18 MB 3,306 17
599,677 599,677 0000000000000000000b147f3cc5ba84acb30086366e5d8f0ae3c6fe4c3649a6 0.66 MB 1,936 15
599,676 599,676 000000000000000000079424cc226f5a6f8f733de6ee41c77df0e1a1f81b94e9 0.59 MB 1,587 17
599,675 599,675 0000000000000000000dc6d7b88b749c751952fea64849e55a7c77482de97a45 0.45 MB 1,262 16
599,674 599,674 00000000000000000007f07fa7bef9d6ac6f50c444b86e01a39784fb887bea08 0.73 MB 2,071 17
599,673 599,673 0000000000000000000cca7ef49f5fff151069b9660c4b0445033bf790a77b87 0.48 MB 1,211 15
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,625.94 GB sent, 93.05 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.