Memory Pool Memory Pool Refreshing

15,249 transactions (3.45 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,180 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,483 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,179 (840,921 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,258 68,258 00000000020965252eaa7605f8675310cbb965aecf2140ccc8699f46e43d8d8d 0.00 MB 3 0
68,257 68,257 0000000002f6e1f25ecd3835685ad3973544d62f319b40dd1f3ed2de9eadb9c1 0.00 MB 1 0
68,256 68,256 000000000443deb825cd3bb94640136c10774f34404bd3250e6880e3c5e5ea0b 0.00 MB 1 0
68,255 68,255 00000000039f4f7e89e64368431aa230cd10bdca63fb0f14487acc329804a821 0.00 MB 1 0
68,254 68,254 0000000000f5f3e4e6c89df8e946a82f7d116634c075a7e1e02fddeae3257566 0.00 MB 2 0
68,253 68,253 00000000024973ae29162875425ea0e14852b27a874f1f22aae45b29f4f26d5f 0.00 MB 1 0
68,252 68,252 0000000003550e086919f8c78165949089f55abdb7b5ca7919c7bb9123bfcb5e 0.00 MB 1 0
68,251 68,251 0000000002f8aaea461c56c17438a6b1dfced15b19de3058b658f94fa7eea04b 0.00 MB 1 0
68,250 68,250 00000000058d17defedbd18097648a7d904125bcc8c2fd470438efda07cfc0cc 0.00 MB 3 0
68,249 68,249 00000000038f20e19f6f2955c1177db91e6ca9c04deee075c5028e7415117037 0.00 MB 3 0
68,248 68,248 0000000001d408be3eda0cda575987d18b6cc250c4463114724313a5aabb8a0e 0.00 MB 1 0
68,247 68,247 000000000557ef52a78a2d31fb25c06f091a1cd72492267647e8c0f18cece8fa 0.00 MB 1 0
68,246 68,246 0000000000cd403ed4646aaf22b58bfb6ce376a281a77e9a91cecedbbe1e2ed5 0.00 MB 2 0
68,245 68,245 00000000029e7f46d5fb791e46d0d364fd2e9a6afc469c29d6d1646328d799ec 0.00 MB 1 0
68,244 68,244 000000000453a98240a81059a06735497ffbc15eda6cb3e4b1049819cbb23acb 0.00 MB 1 0
68,243 68,243 00000000002aa4c72fa51bce2c52dc6294d785a7b3ff48a88c8663b709beac9f 0.00 MB 1 0
68,242 68,242 0000000001af256f820fda09fc8eb04214c635e076aaaa6e7941120becf53d61 0.00 MB 1 0
68,241 68,241 00000000031d63e6a74a25ead3bfeca616714e27649db1da310fb0fd411d0c20 0.00 MB 2 0
68,240 68,240 000000000481013483c526ae1837b67050ee9d8a2bc0d0730d9c1f6ae83f4d42 0.00 MB 2 0
68,239 68,239 0000000005437a84278ab941d1731a9816a69a746d99bb0ccb53be919a32921b 0.00 MB 1 0
68,238 68,238 0000000004c77418138faae20b6b231bd9eb0376e1645694b027fd7de2b931e7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.87 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,986.54 GB sent, 107.10 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.