Memory Pool Memory Pool Refreshing

1,046 transactions
0.23 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,668 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 1,046 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,667 (878,138 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,529 30,529 000000006244d9f145f68b6f6ac7caf563e257f9461f0e9390c43d58ade3023e 0.00 MB 1 0
30,528 30,528 00000000b718b96e65495bc1a70b78ce6a5f135c0d4e130e21a52655063b64dc 0.00 MB 1 0
30,527 30,527 00000000fe12e8762722e89fe2dd4178406a997a9ee1ab7dd2e0f77cda186a69 0.00 MB 1 0
30,526 30,526 00000000154488aea7c90748edf083104594232e5f15e0a900251478373569cc 0.00 MB 1 0
30,525 30,525 000000008804a4f131cd4bc41626af8d97a1366fe73b0d00353143f40e4e222d 0.00 MB 1 0
30,524 30,524 000000003a7a6b05fac0ef00446289bb2a5be1356a75b5026d6a446807a936b0 0.00 MB 1 0
30,523 30,523 000000003db8ff2858cd7344eb3c555923d2c33fffff0f3705f631cc8e3126c9 0.00 MB 1 0
30,522 30,522 000000008984955a0f9eb2fca6bff9e5ded9f9e9354c26ca16146a13ad7af108 0.00 MB 1 0
30,521 30,521 00000000b7bdc81b5ba341b6e2e8a861f799001ad10dfc5d487e594fb7c177fe 0.00 MB 1 0
30,520 30,520 000000008f7cbf95cc8661bc66f9acd6d4c6deef94fdc62f8004fc39c2663f66 0.00 MB 1 0
30,519 30,519 00000000119242779cb09ffb9ae791dfa205069bf5c83365f670620c86cafa6a 0.00 MB 1 0
30,518 30,518 00000000776286de82ba3bab13075d7517edd635282888046b4559f36b51eb38 0.00 MB 1 0
30,517 30,517 0000000045f46f3b9fca743a7b37d1cd8a60f1ae04b0e403b32a237b8642874a 0.00 MB 1 0
30,516 30,516 00000000d2f06b8c3ab4f5d5d2322fe2cedceeb42922852fed87e94e3b525b7e 0.00 MB 1 0
30,515 30,515 0000000019a53ed27d0fd408fda46d617e6a5aaf0a28570a73e77e4fb3ceb4e6 0.00 MB 1 0
30,514 30,514 00000000c1332da075149bebcda17eab1f813ac29205a4999fa65bbc90fb7c9e 0.00 MB 1 0
30,513 30,513 00000000da5112e5ce27f65f0e3f234426a5228daeb88a6e06770c019c8bb8e5 0.00 MB 1 0
30,512 30,512 00000000e901ff55e0466d6366abea5706f0b9b6069610cf4f81d2d190682430 0.00 MB 1 0
30,511 30,511 00000000fb47936a216364c4cca72e86f21bb885dd503f6e85a33c1e21a901b4 0.00 MB 1 0
30,510 30,510 00000000efbc36d8b71fa1a5f2f0da0efc3bb02704ce5ed72a6ba21005e2e3b3 0.00 MB 1 0
30,509 30,509 0000000010a80dfdab7d59a1e3daa236f2ffb8b5e12c1f31d7df054bc71cd3de 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.94 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,853.34 GB sent, 101.65 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.