Memory Pool Memory Pool Refreshing

2,283 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,450 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.60 vMB 2,276 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,449 (845,202 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,247 63,247 0000000007041f34566da9dd211cee8f3a42846f1c45433b0eda8dca4434b4db 0.00 MB 1 0
63,246 63,246 000000000097836706415d8384b763aa6130db0223fc8da37d6e25a622b5c774 0.00 MB 2 0
63,245 63,245 00000000071bf31aacc37301fd743924d5402bd9a89cb4d022bc0003ba424bc4 0.00 MB 1 0
63,244 63,244 000000000d1fcdcc074f61f3a3e02e42d1557b32bddf6b36e58eeb75519222f4 0.00 MB 1 0
63,243 63,243 0000000001646d1ae31a7907c420ac09d5505e9191504d61e6ecbd8dbd9f67f7 0.00 MB 1 0
63,242 63,242 00000000082a63f4b3adf4c5ce2cee68b369812ef9711fcee87fecf220dc94a6 0.00 MB 2 0
63,241 63,241 0000000007b779918b1e55b67afa54534f43dab605103b95ca100a626cdce8b4 0.00 MB 1 0
63,240 63,240 0000000003678764d275f0addbd11dce9db8b1eb582e79eeae52601725de47b9 0.00 MB 1 0
63,239 63,239 00000000075b277d2a00d128d5051043a4e477253825b1996355f093458c9e25 0.00 MB 1 0
63,238 63,238 0000000005cf896d8789685525056d50b1ccaceaacfbb080b089ba5a47f5cde6 0.00 MB 2 0
63,237 63,237 000000000027b0b6cca8068616332fa50c44dafbb82384e8d136c6e4873d73dd 0.00 MB 1 0
63,236 63,236 0000000006bd497bff73f5c2ce67d7072a28f8eb8294c2ea92a85ea62fdab941 0.00 MB 1 0
63,235 63,235 0000000002fc783264f4d992fc0e12fa49232b2b5d3ff1ae893f5f908f3e5c23 0.00 MB 1 0
63,234 63,234 000000000c80b1a64ca4399df6df3cbfa3610f9b493d09ebf893cfe99deeb5f7 0.00 MB 3 0
63,233 63,233 000000000d0b1a7bafa067f1dea74e20fac5fc33a6355cbc364d2a3bac3d1a4c 0.00 MB 2 0
63,232 63,232 0000000001071050782c58d2d517cbed7e774a8c3cdbbb2a43e9f8fb6a3085dd 0.00 MB 2 0
63,231 63,231 000000000620fbf527e909f89e8c0293ff81ba586bfa1722f025403486c55f52 0.00 MB 1 0
63,230 63,230 000000000aa0414b74149d6eb3e589e08ad1cf03f217d2f75cbfa1559049d9e6 0.00 MB 1 0
63,229 63,229 0000000004fb891028cf71c9d2fc51546ff03c863aa7b37d6fa66524d9ca9fe6 0.00 MB 1 0
63,228 63,228 0000000002114d86674789f08e2a9d1634aa1ec545ef7cabc63ffb2f993067e8 0.00 MB 5 0
63,227 63,227 000000000aee320afc6ef34fda7dd03c344da07cc2dbbfc3b924515003f6eace 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.54 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,776.97 GB sent, 99.74 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.