Memory Pool Memory Pool Refreshing

5,920 transactions
4.16 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,241 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,267 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,240 (811,652 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
96,588 96,588 000000000002e4a21dfd9a011d3d447f71d0b59176943aba715314f6bac9f993 0.00 MB 1 0
96,587 96,587 0000000000010b9bdb2b60432987adbe03248e4bde25ec868188b89da9e72dd8 0.00 MB 2 0
96,586 96,586 0000000000051e92e403565bf9abb0bdcb56fbc73b5965ffa6a1a4f189e7ffba 0.00 MB 2 0
96,585 96,585 0000000000049ba6bd00f6353cce456176b2438aa6df839c3a720f91ce54f1aa 0.00 MB 1 0
96,584 96,584 000000000004b2bfefcdfb5650d9a888be44f8e29759a7e2a299676230768b39 0.00 MB 1 0
96,583 96,583 00000000000092b324b886dfd889b254c5a3aadd058e9303fd038055c1f941f4 0.00 MB 1 0
96,582 96,582 000000000005c0e65546cba83b16b9a63a829531083f8c276808074fedf4aedb 0.00 MB 2 1,499
96,581 96,581 000000000004684a74b8e0e07f02be279c6e46b28872eccf1d499bbfdeaa3f9f 0.00 MB 1 0
96,580 96,580 000000000004ade46cc413ed49768fc4c07d3fd7a4369922fbc92476062f5248 0.00 MB 2 0
96,579 96,579 000000000007d2383522f6f02b9da1900188465d16540a031ac4743e6bc23d62 0.00 MB 1 0
96,578 96,578 00000000000681ac43d6f2c612048b5b2ac48105f033f4409909a034b6e67f35 0.00 MB 2 0
96,577 96,577 0000000000042322c36b02a56a1026ff82946d105dc8e8513569e376380b48a9 0.00 MB 1 0
96,576 96,576 0000000000019d35a1408496efe446283a996fb5be09c2e518a2592f07c3bfb6 0.00 MB 2 0
96,575 96,575 0000000000057ecdeb6ca8d9dc6a45c2c65a3809cca8bfe9ad4ce92f8a16a564 0.00 MB 1 0
96,574 96,574 000000000002755cb431e7f9a56858ab6e13c2ac6986d4aa650141f1ee595794 0.00 MB 2 0
96,573 96,573 0000000000018da5f3204e44a1d3310a0eba92345c616b01b7ceb090bacfe4dd 0.00 MB 1 0
96,572 96,572 00000000000528aeeeaa6e95eda0832c8232bb19bb03bc173e8539aa0cbfb380 0.00 MB 3 0
96,571 96,571 000000000001b3fa3a5febc9efb632bafd21e09381d49ba2e062d3497964817f 0.00 MB 1 0
96,570 96,570 000000000004b05b0a02ae210c181151918aafee92b8fece4dd00216e5c484e9 0.00 MB 4 0
96,569 96,569 0000000000046aa05c4cd405ce07acc3f6113df8bb64e2888147a50a7848319f 0.00 MB 2 0
96,568 96,568 00000000000166cef5a79f8c1d1a0e48d6faed6805df96f396f28aac37ee1499 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.04 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,688.17 GB sent, 97.87 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.