Memory Pool Memory Pool Refreshing

957 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,440 00000000000000000002349e0000000000000000000000000000000000000000 0.30 vMB 944 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,439 (821,154 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
87,285 87,285 0000000000136c169cbaf79a71f5e3f7074e4a82a3cfd6ef9dff306cf466feea 0.00 MB 1 0
87,284 87,284 000000000012070e43ea1f58e04f0b5af3ff068ee5cc0af908db51b1520dcbff 0.00 MB 1 0
87,283 87,283 00000000001880941cd268e162c2b92534cf2f228a53ed02925ea99c6d525322 0.00 MB 1 0
87,282 87,282 0000000000138f04d17adbcb03c7f935119ed9bf3f5f194f3a2e0a5cad8cbb70 0.00 MB 5 0
87,281 87,281 0000000000137980130c544b0d3fabbec169444e9d946ac0404449a72e367270 0.00 MB 2 0
87,280 87,280 00000000001ce6b89d643894d97d9f9d229662cd76b9e6587b4a26d04a50414f 0.00 MB 1 0
87,279 87,279 000000000010eeb8a8288386354edc008a771921ddf8322de7e7fbb8ce26966f 0.00 MB 1 0
87,278 87,278 00000000001d0112f751373ec31cdc979954b9fdb90c92a0c8dee9c7a2fc731c 0.00 MB 1 0
87,277 87,277 0000000000004e9a3d3c61ab5774856f47c8a045d2307cfbbfae1ccaa14f8ae1 0.00 MB 10 0
87,276 87,276 0000000000010ba972146bf2f1f6e6379463e2eeedd6bb5e0ae731b77fad6e2f 0.00 MB 6 0
87,275 87,275 0000000000140795d74398c82c3be5585da612d17eb3922553a0adf628ef1538 0.00 MB 5 0
87,274 87,274 000000000011056a4b013531ed37b43ea9f033d7b5351a11987d258d3c67306d 0.00 MB 1 0
87,273 87,273 000000000010555e2a6b558610982d84bf1a872de5506c6e22e4405efcce15cb 0.00 MB 4 0
87,272 87,272 00000000001cc2ab067f4ca1a1f2e5d2d9fd7b6fe31eb6c1f3bd720a697b9a48 0.00 MB 17 0
87,271 87,271 00000000000092dbc316a4272b3f17cc2174633f0cbbbc16f248a5b3b73ae734 0.00 MB 1 0
87,270 87,270 0000000000005824086004bb56e97b5b2b8718fbc52870e7ed6fcb85c8e53ba7 0.00 MB 6 0
87,269 87,269 000000000005b3f2860ff3d8a1a200ce6fbb0dbf6e2226e0eac4ba48cd56983b 0.00 MB 3 0
87,268 87,268 000000000013e4f7feb0adacd9ddfafe9d0a3c55629cfbc5d11c8fcd944f69cf 0.00 MB 13 0
87,267 87,267 00000000001dee0c761a7315c3a772ca20b45d6bd7245e9535b70435c2481ac1 0.00 MB 1 0
87,266 87,266 000000000013914f155f0abb5d65796d06bbf90e7f329a898a4786fe5319aaf7 0.00 MB 1 0
87,265 87,265 000000000007194e7226aa71a083a4e6ac4c7fb02f81becc43937f531935da28 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.52 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,774.50 GB sent, 99.64 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.