Memory Pool Memory Pool Refreshing

7,749 transactions
2.51 vMB
Show Random Selection Loading Transactions
Max Size: 15/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
907,981 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,162 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,980 (332,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
575,115 575,115 00000000000000000021fbab54c70bd58c6ec5b66ac18d0988aa977b3b938fdf 1.30 MB 2,534 103
575,114 575,114 000000000000000000205535fff44ac31d5ac27ac5be3b53359413fc18020d26 1.25 MB 2,446 85
575,113 575,113 0000000000000000001bcb4f02d09cb3cbc97d5e3fd4f10755e10480f0ba36ac 1.11 MB 2,810 37
575,112 575,112 0000000000000000001301d79a0530e0aff011fde756c654ad696c353dec9ba2 1.25 MB 2,757 51
575,111 575,111 0000000000000000001813a25b7475c8d46d97d44f5fc91fbfb857d5178bc29a 1.21 MB 2,624 62
575,110 575,110 0000000000000000000f48f169a46a379d4df73cb62f039e40e0490d80dd95cc 1.29 MB 2,854 93
575,109 575,109 000000000000000000252c785e2200c0def3379940244f111defd80c7fda8065 1.23 MB 2,819 69
575,108 575,108 00000000000000000027df20a75c38bdc2fe001b874de7cf9d10688499a77180 1.23 MB 2,129 29
575,107 575,107 000000000000000000226339fe4fd1afd31b1bc78986239e6753ed2c11ef73e0 1.26 MB 2,513 86
575,106 575,106 0000000000000000000112b79e0e620d0252a9232ce1139f8010ca7df2118377 1.15 MB 2,692 63
575,105 575,105 00000000000000000025c3f2abb2aadc6d5e6e2a76898607b0410610040b6cfc 1.16 MB 2,867 71
575,104 575,104 00000000000000000013ebe895d0713adc242a55b2708430232822db117d0f57 1.11 MB 2,727 68
575,103 575,103 0000000000000000001e42e652c8203fe08944334d7dd4275c6d8158522195e3 1.11 MB 2,612 69
575,102 575,102 0000000000000000001d5a9d0e8ff1b9b912c2cfd9877adbf8593610abc45417 1.17 MB 2,381 98
575,101 575,101 00000000000000000019825957026867c2c06be8139c4ad12d8bf4f8ce26bc0b 1.09 MB 2,934 65
575,100 575,100 0000000000000000000529ec2f66ff7c94f166e6c093c16f59e7ef29d38cde47 1.33 MB 2,561 85
575,099 575,099 00000000000000000023f551cb16feea54ed9603ac3391d770a658f5c9d983a0 1.33 MB 2,516 86
575,098 575,098 0000000000000000000e8d89154a3b46ac60b20f7be3d0757c4c874c1c614803 1.34 MB 2,415 83
575,097 575,097 000000000000000000288411bcd12752c321d07aad601fb96c58fdf47bbea47d 1.34 MB 2,749 73
575,096 575,096 00000000000000000005ef52cbc75b940323bda2351b14ce3017900f6568132b 1.23 MB 2,607 99
575,095 575,095 0000000000000000000ac940613ccd45cd99930ade8184c3489d09bc61330eab 1.28 MB 2,938 94
Previous 10 blocks ↓
Total Size: 769.51 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,647.38 GB sent, 95.50 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.