Memory Pool Memory Pool Refreshing

482 transactions (0.16 vMB)
  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,994 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 463 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,993 (888,146 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,847 20,847 00000000b857336b5facbf2caae32511b3ca46aecf7abd0b396927c5fffcbac9 0.00 MB 1 0
20,846 20,846 00000000ef84e569087a481a4f8e2f9099ed0ef2948bbd74d73d8c76437aadda 0.00 MB 1 0
20,845 20,845 0000000075a8b772940937bdd3afbe36191483c8013c722090ac04a6680b98d0 0.00 MB 1 0
20,844 20,844 0000000021c4de5376f10a0f08649e18d395c7bf68b2452c2c7e817641cb4b32 0.00 MB 1 0
20,843 20,843 0000000032da25cf74a869fcfe384cf037240f1272029989a7069d93192dd0bb 0.00 MB 1 0
20,842 20,842 000000009b29e19d8f739b6d8335e1320a3bc62fab58fe805f0e705ecd15845d 0.00 MB 1 0
20,841 20,841 000000006486e90139dcabc9fdbceb853ca0ab050deb19c480a10eb7616f5d79 0.00 MB 1 0
20,840 20,840 0000000042821fef2e48ed1f7ac9e53de6f79ccdc81064e201d1824a8eabb8d9 0.00 MB 1 0
20,839 20,839 0000000055b700a6891f894a6bc89660add10d3739f1e852cc5a0ec1ffc74768 0.00 MB 1 0
20,838 20,838 000000007f815d9f777b5a7b70140cf0282543451563e37b6f57aa9e47307865 0.00 MB 1 0
20,837 20,837 00000000166b3e186e49e7778455af22e79db4606fdfcd57f7e8680af00443b9 0.00 MB 1 0
20,836 20,836 00000000caf7c54163f6867a30d753187bba427b7cc08691c0a04258113177eb 0.00 MB 1 0
20,835 20,835 00000000c427fe6870b43e5764dd4f1da98457b0f7f79d4e4a894c02f75f6921 0.00 MB 1 0
20,834 20,834 000000002f2296149fb060e740f4615b8a39a21813c823a3255bb53b87f55749 0.00 MB 1 0
20,833 20,833 00000000e2284442693c4c474ae92c0ed98901c9ce28f28c47eb7a6e945d9c49 0.00 MB 1 0
20,832 20,832 000000005cc10363bad471f0d48b102d18968b8e614cdd03dd8d20937a09e514 0.00 MB 1 0
20,831 20,831 00000000608f6ba43281ba1b47f37b3030eca24549b36116a4665c1a577abc53 0.00 MB 1 0
20,830 20,830 00000000b6f3427b91f36d76683fdb74eaaa397f3588bf883e43cf76b5215820 0.00 MB 1 0
20,829 20,829 00000000fcefe835ba27ed84856bf2565d2bbeacb7c2feea25866908cc49a49a 0.00 MB 1 0
20,828 20,828 00000000b98c90b132f0ce356a417f7fe771412a87b56d742a6600b3715c984e 0.00 MB 1 0
20,827 20,827 000000000561230ece78af70346f73cef3df2a6e5e4c15f5b886a68dfc44cdd8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.54 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,867.41 GB sent, 105.09 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.