Memory Pool Memory Pool Refreshing

2,616 transactions (1.12 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,768 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,331 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,767 (846,652 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
62,115 62,115 000000000679e7163d9457e923c80521d5f0e2f6ef79fa4064ff43d2335722be 0.00 MB 2 0
62,114 62,114 00000000014ec472f6b8fcf0b87e1480094043f1aa7c5e730bc0f48c18f7d1e0 0.00 MB 1 0
62,113 62,113 000000000c8e0d11d32d3f8d587d1bf8b572a869967757d415a00fc11e5af781 0.00 MB 1 0
62,112 62,112 000000000a7156c0d74b61a99c666bf64324bd583154d5c908ea798fa3d50f96 0.00 MB 1 0
62,111 62,111 0000000002d872947f131e9591e1abc44de0010e0d896f8f2135d402e87faa6a 0.00 MB 2 0
62,110 62,110 000000000e6c03ce8b149f34d9268bb8cd5390d5dba6e35607bfa1825d3e24e4 0.00 MB 2 0
62,109 62,109 0000000008edbcfe843a0fc68a7532fc9931ead2785020d03c27dcdfe47b5fc8 0.00 MB 1 0
62,108 62,108 000000000628e68410564ab14865f12aba63afde61c105244bc8c5ecdd706dde 0.00 MB 1 0
62,107 62,107 000000000b30c0a1ff733d77367b63fbf2965112e323cfdc927439f87282a87a 0.00 MB 1 0
62,106 62,106 00000000017daeb4397d1b6ba24e6cfe4f7014904e4ecb7c154479761b93cc2f 0.00 MB 1 0
62,105 62,105 000000000c3c741a070d8f2e6eca69a8b6388abc3b8c1f277c3ca0269365126f 0.00 MB 1 0
62,104 62,104 00000000019cdae85b4091848d6473bd85d13374dcd174115c8e077b74af38bc 0.00 MB 1 0
62,103 62,103 0000000004a9164ccb9570ea5263792917343df0711621532ed9be4e9eca8ea6 0.00 MB 1 0
62,102 62,102 000000000352f00dec2b011a043cc26ce70bebc7f107c050ddfc95ecd5ebbde5 0.00 MB 1 0
62,101 62,101 00000000008eb7882477fc0a7d1b59d3b2f1b7548ed6f5cd8a50b9baf91bd964 0.00 MB 1 0
62,100 62,100 00000000090ce0d76805fb286ec5cd7b62b04ed507bb8fcadbba1ad79a753ece 0.00 MB 1 0
62,099 62,099 0000000007a90d1a9b1f6b9396ee3e9122a3bf79cc16a0c897c42a37e2024e64 0.00 MB 1 0
62,098 62,098 000000000b3c4ad0c2f59b9da094da8fab3504fc20b81881fe427be3d7b00f10 0.00 MB 1 0
62,097 62,097 000000000e9205bf8a20a6b0deea93b0a6007004ba878257a7b8123d381b5467 0.00 MB 1 0
62,096 62,096 000000000b5d524f5b55a2e99bfa1bcc1b94264183b2191f14f70a090929e106 0.00 MB 1 0
62,095 62,095 0000000001b38ae7d87ec4248f89ca460c1a15423330c6801c29bc6e5ffdc869 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.13 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,856.53 GB sent, 102.63 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.