Memory Pool Memory Pool Refreshing

6,857 transactions
2.23 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,695 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,440 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,694 (774,171 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
133,523 133,523 000000000000023cab019258a1b8383e8117d53dc8b27713b29b27fdd7e8b473 0.06 MB 177 221
133,522 133,522 000000000000011c190e54e6c33c14d02301e0af66c554a53ee57abfcc2c338a 0.04 MB 58 854
133,521 133,521 0000000000000c087fe4fb05ebf55c6e43c9b623f139868d0a0e7cb7bb6d1c78 0.01 MB 15 445
133,520 133,520 00000000000001dcd2f7a6ad619396c0cf33e7e5ec6d84fa9c838eab344fa12d 0.03 MB 70 132
133,519 133,519 000000000000057046d3effe5915baa5355410abef38a24af3f9f13f879798dd 0.00 MB 12 201
133,518 133,518 0000000000000537205463db9fa404d9cf7cd7773f4bb1b6d731e7ccd710b42f 0.01 MB 24 1,254
133,517 133,517 0000000000000246331890189614245888b6c7ad962024e5669d1424870ec56f 0.03 MB 45 721
133,516 133,516 0000000000000625ac1eb9a56025eadd9f6e29e632a940aa945d40cb0d75dd0e 0.02 MB 34 532
133,515 133,515 00000000000003d5a283012c846e7b94ab636ffa91faac26b5da9f4b6a3d6d54 0.01 MB 11 568
133,514 133,514 0000000000000a15cf60140b1a2b81c36eb6e1af3a330c5ca31ae614393a02b4 0.02 MB 28 510
133,513 133,513 00000000000007b139dc330ccf05abeae4a444c455b58937eb757808c00e519c 0.03 MB 94 78
133,512 133,512 00000000000006a156f2f9d0587bd5d7d760503bf61817b1b619b5914acd8e2f 0.02 MB 45 949
133,511 133,511 000000000000082a57c99d7df2a8ade7b54126ccf4dd5fe6ddc808cd129ce581 0.05 MB 104 96
133,510 133,510 0000000000000bf4bb02b665f25cbd951771113e0b7b74074efa203dae6cfafe 0.03 MB 32 698
133,509 133,509 0000000000000140e1021954684e1e689f9a8a4a40bf6723dd9fa8ebdea081fa 0.03 MB 40 935
133,508 133,508 000000000000089adf8e8c65419bef8d646292a637a93ec2a39e0552292dd34e 0.10 MB 174 257
133,507 133,507 0000000000000742c0cbc41fe1a19cd4cce2e53bb9d04a11560c431bc80c9e77 0.01 MB 27 217
133,506 133,506 0000000000000a716188a92d9b5fe61a3edccb4af79c136988f91578613de981 0.01 MB 21 751
133,505 133,505 000000000000096159c3d130463cbbee54babb212b1823dd13daf141a97f175d 0.04 MB 113 520
133,504 133,504 00000000000008226e07b5ed8427f0f5f19d7824c9e5e8ae7313c9b1e63ab6b1 0.05 MB 112 268
133,503 133,503 00000000000004af6dbd99803bb0a037b39afb6ccef6b46fa56fdac2fd25c970 0.01 MB 19 1,091
Previous 10 blocks ↓
Total Size: 768.97 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,615.71 GB sent, 92.68 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.