Memory Pool Memory Pool Refreshing

918 transactions
0.39 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,886 00000000000000000002349e0000000000000000000000000000000000000000 0.37 vMB 891 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,885 (592,383 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
315,502 315,502 000000000000000011fd8d567b57faff34c0107b1aa99d94c73643759bd96689 0.55 MB 637 23
315,501 315,501 00000000000000000b27053dfb86f02cc79f6cb81b3721a523af377c0cac2592 0.25 MB 416 26
315,500 315,500 00000000000000002edec750567255cead2efa37de297147a1e19bed6113da13 0.51 MB 931 24
315,499 315,499 0000000000000000185514929ad2c80319b90cee416ff1ceb15eae5cb993c29d 0.93 MB 1,973 30
315,498 315,498 0000000000000000203d2778dae272e7d4a82a0bc32cbb0b855f4b8c689902fc 0.14 MB 512 49
315,497 315,497 0000000000000000136c580be3e58dd28310e2cfc91075636492df1eb3c7b016 0.24 MB 381 27
315,496 315,496 000000000000000017d9ea8e33a5c28897054b51a686a483781a8bd7598c5674 0.46 MB 751 25
315,495 315,495 000000000000000029dae5ba6aa40692d6568971b562de54a4c42d96c42d5bd2 0.18 MB 512 42
315,494 315,494 00000000000000003653016cf2d522400976a7dd57d83885c87db896dca08757 0.11 MB 218 32
315,493 315,493 00000000000000002dbb38a0cd2ba7f97113a8631400b9611bcf8d781b0c54ba 0.08 MB 148 40
315,492 315,492 00000000000000001e223f47f29d32a65b9edff81563c5fe6d5dfecc8062d2d3 0.27 MB 715 32
315,491 315,491 0000000000000000108a183fd5a7134b93911a32edddbe0a791eec2db738c277 0.12 MB 228 29
315,490 315,490 00000000000000001c275993fdaac2f3544583ab583fc37c35305882c1aa5786 0.06 MB 126 33
315,489 315,489 00000000000000003386bf04b2b72d66fda69ab37e697e37c891175fe1096747 0.04 MB 88 24
315,488 315,488 00000000000000002111df0ae739bcc5e58b961cf4ef1f8b27c245696b63300d 0.08 MB 159 28
315,487 315,487 00000000000000002a4b16dc38f41af490e1262af7c5c623c9e903688c05384d 0.04 MB 89 30
315,486 315,486 000000000000000033098822d68dc89422c64434f51523a89684c50ad0fa0151 0.54 MB 998 29
315,485 315,485 000000000000000032aafa8c35277198b5975e545da1d55c847f00aad543f48d 0.08 MB 195 29
315,484 315,484 000000000000000015f70b22ad8310b474855565516371d5f12bee6b9a0b75c4 0.26 MB 591 27
315,483 315,483 000000000000000031d1187cbb5f9d580a91676d5534f04293ad3dedefc98210 0.11 MB 256 33
315,482 315,482 00000000000000000059b0befc0ff0f7ece15177828efaa29e2234d9558abf0d 0.23 MB 346 18
Previous 10 blocks ↓
Total Size: 769.33 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,643.15 GB sent, 94.59 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.