Memory Pool Memory Pool Refreshing

1,295 transactions
0.45 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 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,751 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,292 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (648,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
259,337 259,337 0000000000000025df3ab8740bca85e7c5ccae4a36f6b46f3f0249de94c774ff 0.33 MB 821 87
259,336 259,336 0000000000000005000595bf6c42f327202a176254be991953e681609efe4452 0.02 MB 53 95
259,335 259,335 000000000000001093fbeaf80694fc61e4c7e330f3539dda6a19e229014a36d0 0.15 MB 289 84
259,334 259,334 00000000000000023e8199d44ecdf2f7244c2dbd4c9688cb4a1bd88e9a1cb48c 0.10 MB 205 78
259,333 259,333 000000000000002365006da1cddd3215f13d3b5bdf435f77ab3e2f19c9371b1b 0.04 MB 68 106
259,332 259,332 00000000000000090f35063bc314f7d8d63e09c7120aa309e940670e886db8a1 0.03 MB 72 109
259,331 259,331 00000000000000072f9fa0e777fc91cf5d2b7e2e789ede9545d553cd96ffaa00 0.04 MB 98 47
259,330 259,330 000000000000001015428a1e6f941d2110035e44f28cad33f9b190de9043643f 0.09 MB 206 123
259,329 259,329 00000000000000085d90e0face93bbfaf7ec4470b4febbf5559ba48f85cd20b8 0.06 MB 121 83
259,328 259,328 0000000000000018edb1ffa2f51c2d6f37e9bbfc7963145665204bb1b8a4a10a 0.01 MB 25 88
259,327 259,327 0000000000000001f5eeceb8e6c37c5a5ffee765d2ff0f0d6ad3f45916d2d29c 0.18 MB 309 71
259,326 259,326 000000000000002252b632598a661c5702dfdac1a4a7c5210355a13717dc6e51 0.07 MB 144 87
259,325 259,325 000000000000000897e8f436ae8299c7e14ed6b3bd91739d472c9889415d3ec2 0.17 MB 307 83
259,324 259,324 000000000000001198c695617023fb170da6c47cdd17fa625f009d0d7d1045e1 0.16 MB 389 69
259,323 259,323 000000000000001d5b49cf700a7606a1f60ec74eaa204c2c13190f050abae21c 0.05 MB 128 116
259,322 259,322 000000000000000ae791955fe2b9b282009ffe4530beb1f4fc5ae1a76de24c81 0.00 MB 7 103
259,321 259,321 0000000000000017e9caabaf0ff43137980288e62f136c29350ccfc5d153b45c 0.03 MB 86 82
259,320 259,320 000000000000001b7db779eebb6bf9c300d18b57fb7e2076eff8df072e581711 0.01 MB 9 33
259,319 259,319 000000000000000e4ee3c8244cef1e5b4aa44195b68b37854d024d06ec5d6469 0.17 MB 455 68
259,318 259,318 000000000000002013d8bba982d457cf070d8343932d69483f68013939a1a6a2 0.15 MB 348 103
259,317 259,317 00000000000000138986de14463be69941164c0912bd4269b638cbaed6952a54 0.01 MB 19 87
Previous 10 blocks ↓
Total Size: 769.08 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,628.18 GB sent, 93.27 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.