Memory Pool Memory Pool Refreshing

1,307 transactions
25.28 vMB
Show Random Selection Loading Transactions
Max Size: 102/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,311 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 1,039 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,310 (906,934 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
1,376 1,376 00000000522b4442c7cb041127b9a17b3eb6e1e20ade23fb827af83a5915e51a 0.00 MB 1 0
1,375 1,375 00000000fd7cc38aa4de3261606ee992092467329191a3c63fbe04687d9130ac 0.00 MB 1 0
1,374 1,374 00000000cfc2e2706677f1de553f6cec4c2a97fcd0660e9d1f9b4621ba16d612 0.00 MB 1 0
1,373 1,373 00000000fcd4f700a61c4a14b2c61dc2f3497bf4dc705528dfb59d0e652f850b 0.00 MB 1 0
1,372 1,372 0000000058c984f21ab7ab8bb10244736c262ac0af93db33a24dd361e829f34e 0.00 MB 1 0
1,371 1,371 00000000dfad4fe47dcfc1a35c3384420d18210cd64c1bae5219e2ef3b123459 0.00 MB 1 0
1,370 1,370 000000008fb163105b8774ac031d045e22f349ab7c60b0fe490e94e1b8a83e00 0.00 MB 1 0
1,369 1,369 00000000de770fc335724bd3aadfc1a2172050a892d4379973c82fecdc974fa7 0.00 MB 1 0
1,368 1,368 00000000c340d2a0b9c5b5406605c42eaf07b5ed410db83b6b352458739ccc3d 0.00 MB 1 0
1,367 1,367 00000000e76c0650088fa82ecfe07574cf4f938c5cc46eb6195dbb4f083a776c 0.00 MB 1 0
1,366 1,366 000000001eaa0de9af3be951fdf24becbe29dad16d2b1ff71a863867ded88e29 0.00 MB 1 0
1,365 1,365 0000000001511ad3f629602f88cbecd0ba96c9ffdf7cbacdedfbff8619ae28f3 0.00 MB 1 0
1,364 1,364 000000002fd527bf2256edac8d627faf66ee7a38592192040223b5d8dd1feb3d 0.00 MB 1 0
1,363 1,363 00000000e6296700eb81d9da0c208dfa4bd797809dd0af29001442bc698e876e 0.00 MB 1 0
1,362 1,362 000000009519f6eda3a12664c94d7577f34f880e8efc5f6908642a53c064fd73 0.00 MB 1 0
1,361 1,361 00000000174f4dcbf9ce8f5af28ebcab270cabc9066c67fb2d856c1227111e0e 0.00 MB 1 0
1,360 1,360 00000000d0b483c7e7ba3ac75e979d6d42a173ce40f6dd0428903a400b032450 0.00 MB 1 0
1,359 1,359 00000000937216a873edd99bf12eef27ed5c3ccbbd8b0f42f931887d314d8038 0.00 MB 1 0
1,358 1,358 00000000cd59f48beee18995921d026a34e6e09941ae2f78f529a9ed6f698009 0.00 MB 1 0
1,357 1,357 00000000bf4dcf6e329283e7182d438a8f1f89703593bac3a7d11f4e31d33dd9 0.00 MB 1 0
1,356 1,356 0000000034477170a51f40da9bce78f85c555a26be1361ce8c2900b02786f0c4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.21 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,698.15 GB sent, 98.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.