Memory Pool Memory Pool Refreshing

29,769 transactions
28.53 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,535 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,164 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,534 (72 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
863,462 863,462 00000000000000000001f591b8db089dad8eb3eacf0b9ca466ba5be61f1caf9d 1.66 MB 5,540 3
863,461 863,461 0000000000000000000313777631cd0a7400618e75cf9872512946d6a17731c3 1.67 MB 6,728 2
863,460 863,460 00000000000000000001a16cc4d29a925377266a3e4a763a54fbf37527405d0a 1.74 MB 2,710 4
863,459 863,459 0000000000000000000274ce277df5f184ed5dcadbafcc3594196f9adade9db6 1.55 MB 2,721 2
863,458 863,458 000000000000000000004dec9f645fad1911a872294c90b45299bbb53ad85b09 1.50 MB 2,814 8
863,457 863,457 000000000000000000001cd09979e3a47781603a55569b94f06f91a0f15c5a49 1.50 MB 4,113 4
863,456 863,456 0000000000000000000025f5b6abde17f31096e98c73aa0eaef1ec11ab8e9bf5 1.47 MB 3,113 8
863,455 863,455 00000000000000000002fd5aeccf116c3ab10562f4b4cd6c5acf538efd6c839b 1.63 MB 5,843 3
863,454 863,454 00000000000000000002e8b4c1d4ce2c4c0ee04c344404c9a530efd03a1af4dc 1.65 MB 7,824 1
863,453 863,453 00000000000000000002296a26eb53adf99941124e12cd0ebf36fc16cb2aca68 1.52 MB 3,231 4
863,452 863,452 00000000000000000002e8aa5aaeca2b3a5687dca33ae3a1c389231f9f989d05 1.60 MB 6,700 2
863,451 863,451 0000000000000000000260a2d1921051a4e356071b7fb6802521457ffd6a9471 1.59 MB 6,132 3
863,450 863,450 0000000000000000000188b6497f567355f5eee6bc5849a5cb73431cd0e57f72 1.65 MB 7,886 1
863,449 863,449 000000000000000000016fd037a7ed5c0ebe5b24fdeb7e3666b971ee5057b126 1.58 MB 5,697 3
863,448 863,448 000000000000000000013a3dd9b75ee9b58eedc4bb64923ecad0e26275d069d6 1.60 MB 6,808 2
863,447 863,447 00000000000000000000b78bc5b022cd3f6b794a18303d13dc1eacf524cd5815 1.56 MB 6,525 2
863,446 863,446 00000000000000000000e92d3f46d4bb59117330587399210f03d2e6b5abaaac 1.54 MB 3,982 5
863,445 863,445 000000000000000000009231b9cbbd948420880fd72f655d24b3a54faf41019c 1.54 MB 7,110 1
863,444 863,444 00000000000000000000695014067e78fed4f3c0d6b877ff3065a9cdacbf0dde 1.56 MB 2,778 5
863,443 863,443 000000000000000000005a91dcd27a3b0695f310928a5bd03952593cfb15007b 1.51 MB 5,501 3
863,442 863,442 00000000000000000001b15d4257700810f915b298ee3f45f7d04f6f61b2d222 1.67 MB 4,835 2
Previous 10 blocks ↓
Total Size: 687.13 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,507.93 GB sent, 119.51 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.