Memory Pool Memory Pool Refreshing

22,647 transactions
30.83 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,141 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 6,521 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,140 (79 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
864,061 864,061 00000000000000000002610e82d8edbeadc6f761058a10302a2dabe553d12c49 1.40 MB 2,165 6
864,060 864,060 00000000000000000002999733b583f4cd4d435ca6b720a1d4cdc5ff36604bca 2.08 MB 520 2
864,059 864,059 0000000000000000000135208a07049edb436e603922f627a1ecc6550721dbb7 1.96 MB 1,664 3
864,058 864,058 00000000000000000001b46c4ef33abfb5c6e5192bc847da3007ba7ab6373977 1.55 MB 4,548 2
864,057 864,057 00000000000000000000a4dacc4d9e0c888c241c1230c3debf57027df86c710e 1.61 MB 2,882 5
864,056 864,056 00000000000000000000e3a74d52c9dd97d7a6a6532f3cc11205c2bbb1936156 1.49 MB 3,198 5
864,055 864,055 000000000000000000015eb41df39c4b40c7ad5adae56b33de9b0a00a84fc55b 1.52 MB 3,473 3
864,054 864,054 00000000000000000001a508c6a392a14ddc96b9279e532da7078ab1e6107f56 1.46 MB 4,435 2
864,053 864,053 0000000000000000000037adc57642c1176ed782c1e09e2f71bb26a5cb00bf4b 1.61 MB 5,427 3
864,052 864,052 00000000000000000001521101ccb485e37603d318afc7841437e25f80da1fd2 1.50 MB 6,180 3
864,051 864,051 00000000000000000000cd69a577e93be86a988c415c29b4620a700e5c8e54ff 1.37 MB 4,811 5
864,050 864,050 0000000000000000000021d928a4302bb2452ed1bc366af7834c6dfa1d8047b2 1.55 MB 2,601 3
864,049 864,049 000000000000000000009a6e90950207cf40eb9947c4b49f9b2579acad132d5b 1.72 MB 4,792 2
864,048 864,048 000000000000000000025825dba0d9dc238607b2c4852477a43a0c73bde2a17f 1.75 MB 5,441 2
864,047 864,047 000000000000000000028acec18ad8b031f95b9c8d2dce25d9d58caf85810506 1.71 MB 6,571 2
864,046 864,046 00000000000000000001933f77171421b6e24c983161e491453ccf924ef57cc6 1.77 MB 4,120 2
864,045 864,045 000000000000000000030889ebe8badcff618d72ca7902d59c3a9ce9dafb91b4 1.72 MB 4,117 2
864,044 864,044 000000000000000000000aea2e3940d0b49d65d56795cf1ac36fdfd43e740015 1.70 MB 2,913 5
864,043 864,043 0000000000000000000276df05612969ab722d707804089a856f4a0271efc04b 1.68 MB 2,835 3
864,042 864,042 00000000000000000002c88417f0a01674ac0f3d6ca97ef7c7cd0160d901c18b 1.60 MB 2,711 4
864,041 864,041 00000000000000000000eb46faf68e6d4ad38ed1ee4ca0d4044eca6069709f04 1.79 MB 3,962 2
Previous 10 blocks ↓
Total Size: 688.30 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,623.27 GB sent, 126.99 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.