Memory Pool Memory Pool Refreshing

7,422 transactions
3.44 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (43,295 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
864,428 864,428 000000000000000000023f38ef8c8811941a27b17380657fc60480a75b187440 1.59 MB 5,318 3
864,427 864,427 000000000000000000028c491e489812d4d4b59c89d5005ebb14402dd375f230 1.59 MB 6,289 5
864,426 864,426 00000000000000000002ef374d48a453c173ceadc188bae307b5d30261828bfa 1.76 MB 4,409 3
864,425 864,425 000000000000000000011a2860d6f0f8bdaf8a4de1869005eb3d2e8b62d70939 1.67 MB 5,201 4
864,424 864,424 0000000000000000000089cbdaae36a74d73dd3b8a8b83590a60d5c73b938110 1.59 MB 6,363 3
864,423 864,423 00000000000000000000374909f738a797772e1229f5c6768cd29a5dc565ed0b 1.50 MB 5,482 5
864,422 864,422 000000000000000000004c8b98ff409e6b94323ee7599707a9c67d2b176a6a4c 1.49 MB 4,356 6
864,421 864,421 000000000000000000020895481f7f9b4066067ef5e13e260d1ad2fda88a4fe2 1.48 MB 5,231 6
864,420 864,420 0000000000000000000185c78666f490c1237836fd49f3978e338128aab5e5aa 1.49 MB 5,697 5
864,419 864,419 0000000000000000000097021f7417315d196af0fe83c1760b624e3f8ee9f820 1.55 MB 4,588 6
864,418 864,418 000000000000000000004b253aabbc2a8a382a23b5a217dc571395596e6b791c 1.55 MB 4,586 6
864,417 864,417 0000000000000000000296a04d71bf81bd4a551f3405176bcb94097ea9f19e55 1.57 MB 6,004 3
864,416 864,416 00000000000000000000d75195ced8af2941ae5b5d7580bfbc2e107fffd5023d 1.49 MB 6,611 3
864,415 864,415 0000000000000000000154a7ce3abbf9f3856f3dfefce5d69c4095e0f8c9eb8d 1.52 MB 5,969 4
864,414 864,414 0000000000000000000288c3f4483f8c11841a0306478dcfa6e341c5ed5c8934 1.62 MB 4,413 4
864,413 864,413 000000000000000000007fbfeeaf70daac50324e831089099970ec1fcbcddae2 1.52 MB 3,679 2
864,412 864,412 000000000000000000004726558a9afaa00cd1c3cd19238c96c2c22ed8bb6c7d 1.70 MB 4,497 4
864,411 864,411 00000000000000000000c7d4395ce77088af64487d57b72d4f3f5cad87f95ab7 1.54 MB 5,390 3
864,410 864,410 00000000000000000001215577bc16f8ed91558d631578572b134db6e8070290 1.41 MB 4,289 2
864,409 864,409 00000000000000000001cf3e1f8cb11e3ff8fae481671665700bf8dfd3292ec9 1.48 MB 5,952 3
864,408 864,408 00000000000000000001220cf79f3e75d1ce5059352e22a0a63321a07aa9e2a9 1.50 MB 5,213 3
Previous 10 blocks ↓
Total Size: 769.03 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,624.85 GB sent, 93.01 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.