Memory Pool Memory Pool Refreshing

4,840 transactions
1.61 vMB
Show Random Selection Loading Transactions
Max Size: 9/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
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,695 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,511 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,694 (587,272 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
320,422 320,422 000000000000000020670018e35283df55d47945f0e0ac80c19fe65bd6f54ef0 0.14 MB 254 215
320,421 320,421 0000000000000000136efbdff17fd69505f465e7b3b26af9d7cd8b430ffb706b 0.73 MB 1,090 25
320,420 320,420 0000000000000000253edac23784ee886a3b5bf991d4573caeb15d1b5e5d80d0 0.03 MB 30 20
320,419 320,419 00000000000000000ec484aed1b66a39a7dc82b88242b3cc44107e4f45975d35 0.12 MB 279 33
320,418 320,418 000000000000000021cb09158e811a8b7ea04a36550a85ed2a5f3ff10e6c00e8 0.06 MB 97 31
320,417 320,417 0000000000000000212828e1e4d279e01b4e5311302f698c2dd06ffe65e8d0d9 0.27 MB 495 29
320,416 320,416 000000000000000011775fde7beab0523b7dbde8ecb793895fab0418114ae4ea 0.11 MB 162 23
320,415 320,415 000000000000000017e9d996eddf6ea9dbb2e8595a64f989c86057d4bd931255 0.32 MB 604 28
320,414 320,414 000000000000000006e792aa376a9f659376e2d85fde41b51e4ff3b125ecfb69 0.27 MB 505 27
320,413 320,413 000000000000000021ae3f22703bde0255054ce7c6e0e1834432517e6eeb61a4 0.08 MB 137 27
320,412 320,412 00000000000000000f2e0fc56abc83670dd5803d070d0d07dda0bf203462dbff 0.34 MB 647 29
320,411 320,411 000000000000000007953c5be106e8b92bb7d3bcf55811494dc8d19d22c30cb0 0.27 MB 598 30
320,410 320,410 00000000000000001711a9ac09db8a0c6fee40c5293f762ad2500c665be490a7 0.07 MB 171 33
320,409 320,409 0000000000000000184ae6aba9edb760d282036127538528dcf0cc6ca08cb0e3 0.03 MB 59 19
320,408 320,408 000000000000000009bb5e73a1d628dffceafb129fb13d523a1c4881f9c48502 0.34 MB 518 27
320,407 320,407 000000000000000019614066700ebb50c83f5a0a9a9589f7c9fbf3235b458091 0.07 MB 128 33
320,406 320,406 000000000000000000652d48e212a9fdb16ce57d7097b76200a2fe5e9cd643fe 0.05 MB 110 33
320,405 320,405 0000000000000000100a2e6544e8e27868a39957483cb32578f9f7c5a0831ea9 0.02 MB 46 31
320,404 320,404 000000000000000020a8cd05c4dbcf3febdd8b37f65de624ff12286e46d47ebf 0.00 MB 4 13
320,403 320,403 00000000000000000aa25f0cc15d573a059d70122f31b77c61e0827a177b0fc4 0.07 MB 163 30
320,402 320,402 00000000000000000d355ef0a4ddc06468b111650baedffb6f86a9b838c2238c 0.01 MB 13 20
Previous 10 blocks ↓
Total Size: 768.97 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,615.65 GB sent, 92.67 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.