Memory Pool Memory Pool Refreshing

57,421 transactions
23.82 vMB
Show Random Selection Loading Transactions
Max Size: 134/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,959 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 2,141 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,958 (98,558 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
773,400 773,400 000000000000000000016e05ef01fd8d79224a02f611e1f24351ea99c712a10c 1.58 MB 2,524 13
773,399 773,399 00000000000000000000178d3b0e98c203eabbedff2dfc4dcf40c5cb6ca3229a 1.61 MB 3,282 21
773,398 773,398 00000000000000000001abb4a7ea291330073c40804d6027a988005170e6f973 1.49 MB 3,897 24
773,397 773,397 00000000000000000005a85bbf012bba36b46319d288dfe7d097cb4ff0b086af 1.52 MB 2,894 26
773,396 773,396 00000000000000000007257459b050f9b158e8be0b0f90808d9288a0a6ae2a82 1.04 MB 911 9
773,395 773,395 000000000000000000035b8276ab08f9042fcf4163d2247c45e80ffba03e7f49 1.21 MB 1,441 17
773,394 773,394 0000000000000000000619b3c71432b836ddd5128aee626ec3da45c8b91a190d 0.75 MB 1,342 14
773,393 773,393 00000000000000000007758828de0f00b7ada78d6232bf45bab41d8090a43dca 0.14 MB 349 21
773,392 773,392 00000000000000000003134a0080f46fb47c741f92245d7ffa9d562a60dff434 1.27 MB 2,194 7
773,391 773,391 00000000000000000006018d263857e861d4bf06d6321434f5669880eeaa507d 1.60 MB 3,238 20
773,390 773,390 00000000000000000002cf16881a7cd5312ec584ca17147f63292544780d10ee 0.51 MB 1,116 12
773,389 773,389 00000000000000000003674685f1784d9a2fcdf0096db2632097add636a6bc0a 1.43 MB 2,391 10
773,388 773,388 0000000000000000000277df0f9860dc346523f4cf4972b56984524b52d5611f 1.86 MB 1,851 10
773,387 773,387 000000000000000000051e72f7d862a2e9421024ef87db71cba1f7164ddf1f6b 1.72 MB 1,694 5
773,386 773,386 00000000000000000005bee4da68306ecc95e6450a904054aa6f112908018fea 1.41 MB 2,732 20
773,385 773,385 00000000000000000004256b47c615b199e839b5c4e586f21c7e891832b39db9 1.61 MB 2,716 10
773,384 773,384 00000000000000000006b0f25523ef9a00fac656c7594e165697ddc5067beb68 1.57 MB 2,621 8
773,383 773,383 00000000000000000004e03791a23298d5b3f2187d6fa5ce3f4c597ef28050b6 1.44 MB 1,555 4
773,382 773,382 000000000000000000012a36b73a7655fe1f4b344491d13b891f0a8250fa0f35 1.60 MB 3,687 8
773,381 773,381 0000000000000000000085025dffae4ff1ae1d6249a1a2c0a4a5d994ac89979f 1.56 MB 2,953 10
773,380 773,380 00000000000000000003390c7316bab67d18b67754047cc9673337adbebd78c8 1.31 MB 2,431 20
Previous 10 blocks ↓
Total Size: 703.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: 2,582.61 GB sent, 232.22 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.