Memory Pool Memory Pool Refreshing

6,994 transactions (1.65 vMB)
  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,998 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,874 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,997 (836,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,167 72,167 00000000005c55e803124d73e670625728ae6e95febcf2e7aed5a60a112b5ba8 0.00 MB 2 0
72,166 72,166 00000000007be4d7129644bc81bd84373bce7112e78e130c4d1f76aa1a905570 0.00 MB 1 0
72,165 72,165 0000000000c99bea7f0b6f10e2da7bc19f086bf2594d22540d347058bdff084f 0.00 MB 4 0
72,164 72,164 0000000000a861eb3de9017949536331b00c634cec2eacdb7b084461a048194e 0.00 MB 5 0
72,163 72,163 000000000088bc14dfc9aef65d97b18f0d0453a8c733a5a79bbae380314637e5 0.00 MB 2 0
72,162 72,162 00000000002621c06a60da1c6dffd46da5e2d533b9481662dd5091ce345914e6 0.00 MB 1 0
72,161 72,161 0000000000fff93e944c214c56b9ca280da18a64e90ad4f6b81251e6c2a6ddda 0.00 MB 2 0
72,160 72,160 0000000000a44da1fb9eb112c9295339ea96fa153a1bff6ffa9f3acf911a577e 0.00 MB 1 0
72,159 72,159 0000000000ac5ab6222be774adb6f0690dc44cfb86c3e02eb067647763bb9759 0.00 MB 2 0
72,158 72,158 0000000000cc8fda0bf3cdbe76b49b5bdc6461f3ba7730bec10433c52d67c180 0.00 MB 1 0
72,157 72,157 000000000002beaeeca8e2a0141f46af22bec53c4247ef1799c78baa64ebfd5d 0.00 MB 1 0
72,156 72,156 00000000003300d22ef7864dc3778918a69c9fddfef667d0f637eddff9ada9d5 0.00 MB 2 0
72,155 72,155 0000000000ca60706c2b9256184b74aa17c51b958c606fb0b6bf7014f0b17809 0.00 MB 2 0
72,154 72,154 0000000000aaa1914c293ecbf667c32e0e6875e5aac68f6a5c188437a7c26b2a 0.00 MB 1 0
72,153 72,153 0000000000c44c58f6e31a505bf60e941cb583569254827ce0168ddc9cab902e 0.00 MB 1 0
72,152 72,152 000000000075e3e84fdeea5b56fa7887ec7c50896b65ef3c31a24f58cb8e4f06 0.00 MB 2 0
72,151 72,151 0000000000765b66351fea79c5bc3d6b2cb442af3fd5f2e7951b135b06571ee2 0.00 MB 1 0
72,150 72,150 0000000000d22c124187bcfa7793cb1cf8640d9dbe49a6114885eb86cfe031a9 0.00 MB 1 0
72,149 72,149 0000000000c524b0da5d61fcfc05d14adf210b2aaffdb8fdea71fef1cc65713b 0.00 MB 2 0
72,148 72,148 00000000009dbb9f76982351cb04218a26d74c96fb73fc0542070a8786a0c579 0.00 MB 2 0
72,147 72,147 0000000000daf3e579974c91038020f2ade31cd0fa08817829e67dfc93eeaf48 0.00 MB 2 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: 11 outgoing, 114 incoming
  • Data Transfer: 1,867.54 GB sent, 105.15 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.