Memory Pool Memory Pool Refreshing

7,069 transactions (2.81 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,002 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,918 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,001 (840,986 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,015 68,015 0000000000cf5e083784d85965c9d9479aa41f61009d6d1bc7d1b79fe40c6114 0.00 MB 1 0
68,014 68,014 00000000050f5524ba4049effeda85f7a5169d001140ee921c33d967b82af001 0.00 MB 2 0
68,013 68,013 00000000049d3e94dbeaf5526e76feb83e06fa28073079b81ff39d83fef86251 0.00 MB 2 0
68,012 68,012 0000000000bf261c45dfd968c0c8ee3ff2898b82bb1176be246e4ce798dde7ce 0.00 MB 1 0
68,011 68,011 00000000005f860792b5388f0039d07bf5b2587a652a7c1c5eacbbb93969ca0a 0.00 MB 4 0
68,010 68,010 00000000003dca0344616c17ba5f922abc7a7e73ad7ab72ad18eff86608af3ee 0.00 MB 10 0
68,009 68,009 000000000231dc783dfc7355730bf9eec2314183786e85d8e93e6e88727baf21 0.00 MB 2 0
68,008 68,008 0000000002d2d37d4d1b11a9376553511db7e76d283097a411c94f2a6019ede2 0.00 MB 2 0
68,007 68,007 000000000111b44ee5e4355f0933257c53455951bfda251035b9cbfe6543408d 0.00 MB 2 0
68,006 68,006 0000000003365003f922453f9b77875a96c5677410eb06d38593258f7cc0276d 0.00 MB 2 0
68,005 68,005 0000000002aefb8f20716b6f4647f0951327ceb777ae2227eac8fce5e86c7fc9 0.00 MB 3 0
68,004 68,004 000000000257ae4cb7311733f0a3f3287f2e54e44bd2babc611098b8002897d9 0.00 MB 5 0
68,003 68,003 00000000019aa9f552e19fe78de4a1a314dc3a728eb4e551648168c5373e760c 0.00 MB 3 0
68,002 68,002 0000000000750d8d9182226a9daad5ebfe2f6f90e5ce821b78ceb1696bc6196d 0.00 MB 5 0
68,001 68,001 0000000001544eddcc2e3c5ef5f75c65c1adb99865f7f96b877ede591a5fd6b4 0.00 MB 2 0
68,000 68,000 0000000000d991791fdfdbccbbc2a73d2f86ccf78e2d0a7ce7675f40b5986b3e 0.00 MB 4 0
67,999 67,999 0000000002c317884cd43f06bd88e4e40050358f8319fa5a6b6ffe75857d177d 0.00 MB 1 0
67,998 67,998 000000000212b031bae563301c1aef3c4a19c2b75ac5934210bd52bb069fe4f6 0.00 MB 12 0
67,997 67,997 0000000001552074a2d97b50a5810e2462db0a5e36956e0354e289ec82e325e6 0.00 MB 1 0
67,996 67,996 0000000000a55a1d2f0fcced3b06a9333899c0bdf8cb2f7a46adfc1421d27d90 0.00 MB 1 0
67,995 67,995 0000000001d270742daee0878f1b1c2f492bb3cb289d9ebc57a12996f1ac7a8a 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.55 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.64 GB sent, 105.20 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.