Memory Pool Memory Pool Refreshing

13,686 transactions
4.33 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,708 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (648,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
259,316 259,316 00000000000000056cef5c9835199122bbbb42fd30313555f1bd10425e1128fe 0.17 MB 397 70
259,315 259,315 0000000000000004fce3ba9b284515d273b57091f1bf204392e394838b2289d8 0.25 MB 392 99
259,314 259,314 000000000000000100d134814772625c07bf3965410220ced59066b379be37e1 0.07 MB 147 78
259,313 259,313 000000000000001e4d718af798bf97133affb660e011bc6fdc58d56f602c3339 0.02 MB 38 78
259,312 259,312 0000000000000008a43c00bd60d694ebde2bccc3447fe784fd2f99da99c963f0 0.02 MB 46 87
259,311 259,311 0000000000000012e1852d97810e9dfda09342c1e9ffbf74216fbefef32f479f 0.12 MB 295 119
259,310 259,310 00000000000000129087afd1ac3bed9f5378810b15126ba6a3d6e22fc08c50dd 0.00 MB 7 135
259,309 259,309 000000000000001538982b644b1867141690e00959fef9610bd25b3fa4492593 0.02 MB 45 85
259,308 259,308 000000000000001f9642845f7e3dc22cb71589b62642d9cbf0e779292aa05efb 0.25 MB 540 86
Previous 10 blocks ↓
Total Size: 769.02 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,622.92 GB sent, 92.96 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.