Memory Pool Memory Pool Refreshing

3,093 transactions
2.41 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,139 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (774,289 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
133,502 133,502 0000000000000375653b0930d474dc2032f79848b366bfad62bcc5b5b7265b55 0.00 MB 13 336
133,501 133,501 00000000000007327214ab99afd6592858af4436f0065cc89f59f9793109fcdf 0.00 MB 11 657
133,500 133,500 00000000000008547ecbf9b155e62b1c63b575be223349da86b3ead21fca710f 0.01 MB 19 563
133,499 133,499 000000000000016d0907dfaba37b8bc81a71b454cc3a2b6f65e28e266f46bdd2 0.01 MB 27 562
133,498 133,498 000000000000002b49f858da595c31bd4be349e99158d79ee1381853fca59508 0.06 MB 171 230
133,497 133,497 0000000000000030f5a64b77392dffc1ae5cc1c4b6a816b1467c6d2b5167e89a 0.02 MB 39 455
133,496 133,496 00000000000002d6b459b1300545e05b8df63b3bd98f979b83ccbe649a0e23c1 0.07 MB 139 1,631
133,495 133,495 0000000000000485677fb246ba1d04cee8d767bd71758ef3229b3a6495894099 0.12 MB 319 839
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.