Memory Pool Memory Pool Refreshing

4,992 transactions
1.74 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
907,832 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,725 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (695,326 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
212,505 212,505 00000000000001c108850248defaf382dc8ffbd79c384e1f8e75d8bb0df3325b 0.07 MB 108 146
212,504 212,504 000000000000041a7add68420d7f3e1774c335382f9e302651eaa9bfaa4c97ed 0.22 MB 385 60
212,503 212,503 0000000000000169beeeb930da694a5d2311df89da3161a59f6713793a235fa5 0.25 MB 402 128
212,502 212,502 000000000000009ba647f31a6d1d475a61772d3dfa2b9b155c3f9bb95db6e774 0.25 MB 609 201
212,501 212,501 00000000000003cae37a2b6fa0061c0f4177c4e5c11c19214a58c4b87fff17ff 0.18 MB 512 167
212,500 212,500 00000000000000c309265b65e241d20ff520ad3b8ce26bef59b69f21550f02f9 0.20 MB 714 273
212,499 212,499 0000000000000194ad5022cf64b84baf9a47aa659f37b67824398a086e759adc 0.24 MB 646 267
212,498 212,498 00000000000002b7d401bdc5a170336f3237f5983c2825508c9dbf18c28d89f5 0.05 MB 144 94
212,497 212,497 00000000000003865eecb9943a17aaa9625e2514b253d2d1a60a5cc9f1947d47 0.11 MB 217 136
212,496 212,496 00000000000001d6b6eab877155a98d37ca9436b794ba92cb5bd7140495520a4 0.17 MB 205 116
212,495 212,495 00000000000003b941b4eb61b06bbca11a1a7536d8648e033ee351b3bd5d496a 0.00 MB 12 192
212,494 212,494 00000000000001c06d771bad4c8cd8215ca232862fb62569fb6fefdf4caed362 0.13 MB 309 199
212,493 212,493 00000000000004dcdb099b413d31f90ac02924966953abbce4c3f12757c7cd29 0.00 MB 1 0
212,492 212,492 000000000000002a96ecb77cff9ed58c3c04ae72cceb96708902b98dc9e7f7ae 0.05 MB 103 232
212,491 212,491 00000000000000b1d13cd747aef23239de2002d146cbf1e0946e0b870b3b6049 0.22 MB 389 160
212,490 212,490 0000000000000234b5120124c2765c4dd6a5598a186fbd9d0c0ff755c9db48d5 0.18 MB 449 210
212,489 212,489 00000000000002f38782035061b5e39e1e709c946a0e7c95a6db37ac43f6609c 0.05 MB 109 117
212,488 212,488 00000000000002d0d8e6b2a72e8315493e014f12ff849b0fdc1e59d3ed03e346 0.02 MB 51 89
212,487 212,487 00000000000004c61c319b24dc0bb3aef5eac9abd6c20696eaef6cddfdcd49f6 0.22 MB 453 157
212,486 212,486 00000000000000a6161311f30c87b0473c594ffd660b4e96bc971581fab48f24 0.20 MB 501 219
212,485 212,485 00000000000004c0d0b8edb1768366fbd297203026966d862160e39a0e802ea7 0.05 MB 130 193
Previous 10 blocks ↓
Total Size: 769.23 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,634.71 GB sent, 94.06 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.