Memory Pool Memory Pool Refreshing

21,614 transactions
35.48 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,122 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,464 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,121 (567,589 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
294,532 294,532 000000000000000021330f22bb73ab6385452bd3b267ddb59671053218561a02 0.10 MB 153 30
294,531 294,531 000000000000000097b4d2e8c253f2292109e814b1c8d50de21a971a5cfd2f1e 0.16 MB 229 32
294,530 294,530 00000000000000001579f04dd85bf90af92ac1d39c4874bd5be35084b9f63e4a 0.81 MB 1,325 30
294,529 294,529 000000000000000020d5e3bed30af6fb93948609a3ab61f7e2ef9e843487254f 0.21 MB 326 27
294,528 294,528 0000000000000000af5fb3cc0b73263e742dcad6b9355a3c1d6fdc1c314895a2 0.17 MB 221 42
294,527 294,527 000000000000000004746975996bf6e03c81804638115b339be2d25d7f2407eb 0.92 MB 1,593 33
294,526 294,526 000000000000000086eaca768bad30d7230ea0e713eff8d7d7b6fcf191b165f1 0.34 MB 302 22
294,525 294,525 00000000000000007a8b2a16cbd67d0697a366a0faf438c5db153cbecaac9cf1 0.71 MB 360 16
294,524 294,524 00000000000000009a8ec2094110cd2ef9de239288dfa5cb8c373d235e90bc4e 0.25 MB 442 34
294,523 294,523 00000000000000001ee509c4865a9abc8bf73e48037db03c68b76a42c6689d71 0.50 MB 311 20
294,522 294,522 00000000000000000f5fdadb20f57f5281b54808ec0a2743d709c730b8f9ee8b 0.92 MB 1,205 28
294,521 294,521 0000000000000000678334ffba896a0865ba2733a00bc1869ea47d15cce32a61 0.35 MB 133 13
294,520 294,520 0000000000000000446aea7364c504f4c7ec0e3009035c361772785f3da4c8a4 0.25 MB 160 16
294,519 294,519 00000000000000004b07621df9bcab8f1f90c20307a3db4fd526908629071a7e 0.35 MB 281 17
294,518 294,518 00000000000000002347ee1d4b55be98eafd0722dd5fb5e4491bf9be419faaa6 0.35 MB 700 26
294,517 294,517 0000000000000000a854c4077d771e8912c83ad37995fc8a27b3052881fd3b41 0.50 MB 1,687 55
294,516 294,516 000000000000000085f6f988a4e83be7f6f759f972b28fc7d67b2120c7685660 0.04 MB 128 79
294,515 294,515 000000000000000054bd77a5765c4d76c80553c38ac44754f18f900bafdf4a34 0.04 MB 64 39
294,514 294,514 0000000000000000687d27af055df379e6450bc7d6a2bb321b034347af8aec8e 0.35 MB 737 39
294,513 294,513 00000000000000007da18b2338282724c10d912e069ca71c31f1aab1ec485831 0.05 MB 128 37
294,512 294,512 0000000000000000819f223bcbf7e037da3f2a6747727136bcb3563c98f108b1 0.27 MB 141 14
Previous 10 blocks ↓
Total Size: 684.40 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,338.83 GB sent, 100.92 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.