Memory Pool Memory Pool Refreshing

4,496 transactions
1.89 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,146 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (148,522 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
759,347 759,347 00000000000000000000f4d1543663f85be88680d640c5cf5beb50f84dcb0738 1.14 MB 131 7
759,346 759,346 0000000000000000000628a1fe18f6c62f4642a92fd858d7a49e776fec3d7b83 1.20 MB 1,380 11
759,345 759,345 00000000000000000000cd99b9fb9da8c1f94fc2ef2150dcd67bc8027130d420 1.32 MB 1,928 12
759,344 759,344 00000000000000000004f87fdb98d09093b040a4e56e2c720543dc926efe7ddf 1.35 MB 1,342 7
759,343 759,343 0000000000000000000127fd450ec7814b263e5c9a16d7865366753e1cba03d5 1.30 MB 1,149 5
759,342 759,342 000000000000000000044960bb68d4dccdf5aa126b7258bb0774f43a5e520def 1.40 MB 1,660 3
759,341 759,341 00000000000000000002f1903930b4c406c928f7f645ff3c6cfc2789bcfdfc36 1.52 MB 3,005 14
759,340 759,340 00000000000000000007b5fa0a64ff77b7a15ed7ce2c5ec08ffddf8a42306916 1.18 MB 1,179 10
759,339 759,339 000000000000000000077231d3393837c353a2b81c9e2ed55c51440d3311ed74 1.12 MB 510 11
759,338 759,338 00000000000000000003717e9bc53c462c7c026c1bea4e100238621919bb587d 1.19 MB 1,151 11
759,337 759,337 0000000000000000000775edd26401943117b6e5710420b9dab7d3670a6e86fe 1.39 MB 1,855 14
759,336 759,336 0000000000000000000323a5dc88c568e7fc040a2d9eb70371cfb97fbc777374 1.32 MB 2,286 18
759,335 759,335 000000000000000000011d62695e4b4a9d1278e9ff3a6c900b3ed181d5eb3a94 1.20 MB 701 5
759,334 759,334 00000000000000000001f59532c0f3d64801d0bd520646aa7c07bac8a92d3810 1.58 MB 2,229 12
759,333 759,333 00000000000000000001f3239b52f2b2b96fdb61eac86900d774c51ca7a965e6 1.32 MB 1,364 9
759,332 759,332 000000000000000000072d5fc0d176b2994591aecd1d87f4b9599fe2ef773b59 1.04 MB 329 10
759,331 759,331 00000000000000000001e2df10d21b6e00cb5a3cfad5e044a9c7a0133f8f7f7c 1.24 MB 1,498 13
759,330 759,330 00000000000000000005fc0ab5d5cf858a7837745b269e34d0604b082f355095 1.32 MB 1,169 4
759,329 759,329 00000000000000000002738863cea5c862d4bab6da7b7d67231afb093fa34287 1.57 MB 2,849 15
759,328 759,328 000000000000000000030245e902e12b5451c1975d3ae24a9cb54bcdbf185b2d 1.08 MB 182 1
759,327 759,327 000000000000000000004e720a13787705d4f0876992f209470849a9d62ad0de 1.29 MB 638 4
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.