Memory Pool Memory Pool Refreshing

309 transactions
0.13 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,949 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 288 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,948 (712,605 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
195,343 195,343 00000000000006a3351958007bb6466592614902acd94e60ca70ca983f0150a4 0.10 MB 370 9
195,342 195,342 00000000000003c860626a323bbd2207148a484f21621d9f1193512777f02b51 0.09 MB 232 164
195,341 195,341 00000000000001ec284329a13c0fe026cf411aea00a096d796cb209f5f3da8cb 0.05 MB 120 181
195,340 195,340 00000000000005efc7a33b713c1cbe2720489d2cd5642ca1b6424e364a173efe 0.22 MB 163 85
195,339 195,339 0000000000000721613b5c3939f09fa6df56d21f060aee94152427b0435bad6f 0.00 MB 12 0
195,338 195,338 0000000000000310697085e8168a8bd75f9d8961ee451797ecc26a6b33d52daa 0.00 MB 7 96
195,337 195,337 000000000000025dfeead894037b5988665579e476f239a9967f51e4bc084b71 0.01 MB 41 230
195,336 195,336 000000000000016cb29427708e483527c0967b2efebd747b965b5548efef3112 0.10 MB 256 233
195,335 195,335 000000000000017b391822c95719fa9889eaa7569b6d9ec4f5beb9513295c45e 0.07 MB 196 87
195,334 195,334 000000000000009437b35a157ce2575087c779a2cb93fdf388ea4192d8fc7e58 0.07 MB 160 186
195,333 195,333 000000000000039d70289e16fa47119d22d5c0b5dbd39ce52d474ab7567274b6 0.09 MB 240 235
195,332 195,332 0000000000000686cda81d78dff09793938a6c2e57b2a918c5d1cd71e5db3a47 0.15 MB 256 115
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
Previous 10 blocks ↓
Total Size: 769.45 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,645.83 GB sent, 95.17 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.