Memory Pool Memory Pool Refreshing

2,440 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.95 vMB 2,425 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (712,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
195,331 195,331 00000000000003943c7bbe41ae0a444a905b4d6cb3f510553505682683270c68 0.01 MB 32 107
195,330 195,330 00000000000002e4ab1909822febc8d662ff30dc58f33c28d64179c14a002efe 0.15 MB 426 263
195,329 195,329 0000000000000166746ba564b44c2fa52c97b3e084f30e3cb649f92a7dabe216 0.03 MB 95 224
195,328 195,328 00000000000002b471b812d0fe7007b67cbeb8e027d023338dd84909f9580507 0.02 MB 32 56
195,327 195,327 0000000000000695d81661d264e8521181bdbf18f67112f9f12db681b0d9d94c 0.06 MB 197 242
195,326 195,326 0000000000000312ae75a7156335de9cb9a113a753f129e474b7a4d91db6f9db 0.25 MB 533 398
195,325 195,325 00000000000000584845be861d24b7c367d9666986ef013f4f9c9af30068e54b 0.05 MB 144 469
195,324 195,324 0000000000000408f197ce13e2271edc889b6ef3109036ce6ff2e30f2e9023df 0.05 MB 107 342
195,323 195,323 00000000000001fe931d6e67e943da6cd97f588754d4d1b2203ab407ec99274e 0.00 MB 13 543
195,322 195,322 00000000000004420cfba424698c466f28c63a9041e455d1051cdc334b3110e0 0.05 MB 141 207
195,321 195,321 0000000000000564a6b2d656a2607008b538144a622e312bb245edf7473da1bc 0.03 MB 67 67
195,320 195,320 0000000000000729b70901630e08178dc395a0407d99d0acacc5bc9d0b1bef81 0.09 MB 256 240
195,319 195,319 000000000000028e8f7587768b8bb68e899cc28e11a01847b8cf70aa965fd7f0 0.09 MB 256 216
195,318 195,318 000000000000012cde0c1ec185c66cc85466557cecf7d51e5b09a8256550032a 0.09 MB 248 331
195,317 195,317 000000000000047525085139b279cf5d57672df6683306d7cacd20a406351283 0.06 MB 136 68
195,316 195,316 00000000000006c7625354b2dd01df2a2d78570e6651f4b6ddd562c27ba7bc7e 0.33 MB 818 244
195,315 195,315 0000000000000564be8dd571687208a2d4f794b7218aff851f70bf739d76610d 0.00 MB 11 29
195,314 195,314 0000000000000568ffb20e7729b357fb674dac52e720919018168406cca3d943 0.00 MB 15 14
195,313 195,313 000000000000007369be2c1a002bba6632384b793f05cb442620563df09117c2 0.25 MB 677 268
195,312 195,312 000000000000059da34a7e9d0a831f4c422d8aec6822738c17e613b9622411e9 0.09 MB 256 307
195,311 195,311 00000000000005f638882a9cd7b4e9c154ce4828f32c83436da469bb92dca4bd 0.00 MB 8 164
Previous 10 blocks ↓
Total Size: 769.09 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.35 GB sent, 93.35 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.