Memory Pool Memory Pool Refreshing

39,237 transactions
23.20 vMB
Show Random Selection Loading Transactions
Max Size: 146/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,426 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,253 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,425 (111,922 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
751,503 751,503 000000000000000000075e289bc6203616eb9c4b6f7688e2ae4c75fef20a0b4c 0.40 MB 599 7
751,502 751,502 00000000000000000000c2990c98ea85b8ae96ee1bc6c6556ab3c5e140618919 0.89 MB 1,498 7
751,501 751,501 000000000000000000019076d67b67d3f8d96ec7c887e364b4962dfdab52ab8f 0.14 MB 254 8
751,500 751,500 00000000000000000003fc69e7fdfff3a9a32e307510c7ff5031c919741ae82f 0.14 MB 221 6
751,499 751,499 0000000000000000000138e99967e89d88b79fbfc05fe4972dcfac20f57ed6e1 0.77 MB 454 2
751,498 751,498 00000000000000000005d91ae71771d34b4fa52db4ab076b2b4246428b7d069e 1.30 MB 1,711 8
751,497 751,497 000000000000000000071115780a6160b484ea95965c2ffa67fd0c1757b761ed 0.08 MB 149 12
751,496 751,496 0000000000000000000275e67e1ebbcd1b48064bf8c45f1cce0d15706fdcf189 0.24 MB 469 8
751,495 751,495 000000000000000000033e8d7961d665da294890d210cac28c370bf85333f1e1 0.11 MB 237 9
751,494 751,494 00000000000000000008a3e6c1822b0bcdc27a579ead946426e1a5c6d77825ab 0.43 MB 686 11
751,493 751,493 000000000000000000092ead6593e7309f0985c409e70cf7681f0ae44cbb57df 0.78 MB 1,498 9
751,492 751,492 00000000000000000003ad5d5bd64f28047be7cc8400846c8927af745b2b03b9 0.02 MB 31 10
751,491 751,491 00000000000000000002e3dd514f52b5b26dbcb8b4ce52c3a0511bc12ba592ab 0.23 MB 431 8
751,490 751,490 00000000000000000000aa3c7fc242f1032941439e4dd8ccad4ca557d91551ba 0.00 MB 12 16
751,489 751,489 00000000000000000000f933bbad81b26b181c221fc93309080200675bcec72d 0.78 MB 1,433 8
751,488 751,488 0000000000000000000740935c473fd629ea77195787f232119a707ce3b425a5 1.52 MB 1,135 5
751,487 751,487 00000000000000000003b8cd3bfbae0a3a75597f43aec680a81f41a469e9b79c 0.14 MB 262 6
751,486 751,486 00000000000000000000e128f10cc4b6b23a1e262583c73caadda01086ea0ee8 0.06 MB 107 8
751,485 751,485 00000000000000000002d4d68b6b11fd89cb881b94f986d0e429dd2917470ade 0.50 MB 917 8
751,484 751,484 000000000000000000096579bd8d2ce366fc6386d632c8e594b0efec5ba4ab65 0.71 MB 912 6
751,483 751,483 0000000000000000000329b46b10aea7d388220b39fbb853a1df403ff9519a4f 0.28 MB 406 11
Previous 10 blocks ↓
Total Size: 686.93 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,497.77 GB sent, 117.88 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.