Memory Pool Memory Pool Refreshing

26,945 transactions (10.02 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (18 blocks)
  • 4 sats/vbyte = (9 blocks)
  • 6 sats/vbyte = (8 blocks)
  • 7 sats/vbyte = (6 blocks)
  • 8 sats/vbyte = (4 blocks)
  • 10 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 54/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,910 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,795 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,909 (846,782 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
62,127 62,127 000000000ea6618c774d422da36981bbf6e0ccddd7461ddd3f28659dfc581ace 0.00 MB 1 0
62,126 62,126 00000000076451b3ade030f419975c26b4ec18df3250364e70e3032b42d93bb1 0.00 MB 1 0
62,125 62,125 000000000cab7e65e0ef26137c6ea8b2b6eb015d7afc398810f8e2aba418de5c 0.00 MB 1 0
62,124 62,124 000000000789d387468b4949c83801ddf7fad6837b3d0037c3307d4491dd162f 0.00 MB 1 0
62,123 62,123 0000000004bbf39c2f27045668b27aa07ae7354881e9696ab463842583a0830b 0.00 MB 1 0
62,122 62,122 00000000080183569e31b6d4ccccc7b8a6bf0350bd8a325b01ab17a5c9e5b21a 0.00 MB 1 0
62,121 62,121 00000000036d7a7177fb27e400f48eb9ff26aaacad6f8331d815cce41ce1ef07 0.00 MB 1 0
62,120 62,120 00000000045f53e02583b66a43518c8e83f5c2df53bd654ef5f1b9801e5cba7f 0.00 MB 1 0
62,119 62,119 000000000851450d152afcc51e48bb49a1c703358486ca27417de26ccd5cf754 0.00 MB 1 0
62,118 62,118 000000000daa3bf0871b2d3330156ff84da9fb9ab13f8378baf20b845fef6031 0.00 MB 1 0
62,117 62,117 000000000873f745495cdda26a0c0fafda15b9e87bb2309957200313ae7f8bdb 0.00 MB 1 0
62,116 62,116 0000000008b33bf2defa234ce606a88f0481bd7db5024a1a67523a0c3b5ab607 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 771.38 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,863.90 GB sent, 104.31 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.