Memory Pool Memory Pool Refreshing

6,614 transactions
3.03 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
2 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,669 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,321 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,668 (475,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
432,498 432,498 000000000000000000466a084e783db3cc86fae10a281341bb6c35040574d400 0.09 MB 167 56
432,497 432,497 000000000000000003c7edb1da8b10f4a17832431132efa850ab23e444def39c 0.99 MB 262 7
432,496 432,496 000000000000000000fefd4b25b2d65bae19812f3a50511e8973985e968101d1 0.90 MB 1,584 56
432,495 432,495 0000000000000000008ff397def158daed5a0c4428fe01573a6cfe10de7b8c43 1.00 MB 933 28
432,494 432,494 000000000000000001cc799fc5f1a75b0c97d4bac463a52e355a0a8f9012e561 0.82 MB 1,940 51
432,493 432,493 00000000000000000089303dcb34b726a2fb4f7996954ac53ae36d80a9e8a8d7 0.26 MB 451 40
432,492 432,492 0000000000000000038f876922e73aef97351746aee9b71900b331130e516cbf 0.47 MB 533 34
432,491 432,491 000000000000000000b22bbb6ddd5012de349cf2d0335793ef1cd43f0c13d0a9 1.00 MB 2,620 66
432,490 432,490 000000000000000001de8b63f0f1d9f5e495fa26f66c4be2d1aa0989ba8411ae 0.17 MB 341 53
432,489 432,489 0000000000000000038a6c7f7cc735ae7eb859cc0f089d562b0f33f112cefd74 0.99 MB 580 12
432,488 432,488 0000000000000000002d9bb4ed63ef53c6ddd30ae134edd0795c16b6ac6840ca 0.99 MB 708 17
432,487 432,487 00000000000000000252871540d4082f315c16fd59dfd8e2218d7c5b16a71b86 0.47 MB 929 51
432,486 432,486 000000000000000002341be23ef20cc71deb98df84aca7917fdb84c9da297fe0 0.96 MB 2,160 57
432,485 432,485 000000000000000000078f59dacbe12149f2eb6244e809bc1a9d3d2f1014af1e 0.48 MB 1,010 50
432,484 432,484 00000000000000000380798beaf2b11190efd43cec2c5224b4f11d5b7b1ee319 0.99 MB 525 14
432,483 432,483 00000000000000000231aa113efa656a68af5da28dec5ee91b28ca4d34fde3ca 0.16 MB 345 25
432,482 432,482 00000000000000000303af1bfb548c7546f1aec281bc4c5fe2fc84d49c4bdc14 1.00 MB 2,331 59
432,481 432,481 00000000000000000358a68107974fe63cf1569cc4ba31f16e479950d04f5a7c 0.90 MB 2,146 59
432,480 432,480 000000000000000000fde8ecc312a3d0a4fab5161269dfd8317896aeffdbab39 0.01 MB 30 64
432,479 432,479 000000000000000003781c1129ddaa2098278fe92383058425022498db13ac1b 0.17 MB 418 55
432,478 432,478 000000000000000003032fa8783418e2934d091f4fe2729362745804bea1cc14 0.75 MB 707 20
Previous 10 blocks ↓
Total Size: 768.92 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,603.91 GB sent, 92.41 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.