Memory Pool Memory Pool Refreshing

75,894 transactions
31.41 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,319 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 4,537 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,318 (415,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
456,388 456,388 0000000000000000006baa73cf55b96d8c117fb878037f690e1675edeb8f466e 1.00 MB 2,665 221
456,387 456,387 0000000000000000024a23cb7d17db0a5d5426f81305aaf7d833464e5c86b0b3 1.00 MB 2,626 212
456,386 456,386 000000000000000000a511e0367a1b0e33afbe898cc538f8106c9280aaef75d4 1.00 MB 1,852 144
456,385 456,385 000000000000000000413b29ef17031239496c946b1e1e2d5710a2dfedaddab9 1.00 MB 1,636 146
456,384 456,384 0000000000000000006f8866f09ae4de8c7a7ba2061e38195328c42e3089745f 1.00 MB 1,255 75
456,383 456,383 0000000000000000003c35634e26f403fc0baf011bd72e67e02460b0356727c0 1.00 MB 1,530 150
456,382 456,382 0000000000000000002aecc5679aa29de20388b2d71a89e729fb51fd2c5fd360 1.00 MB 1,701 123
456,381 456,381 00000000000000000022ee444e655e065d8c6c3b653dbc9a83af472de2969304 1.00 MB 1,948 193
456,380 456,380 000000000000000000e3a020c2e8b567f53b41fccd98254da9d113c2550d5587 1.00 MB 2,404 131
456,379 456,379 0000000000000000009f0ffd387d69c9b6582850bef8e11b3d0d4fef163a1c19 1.00 MB 2,382 124
456,378 456,378 0000000000000000025115173d6638b88483317f624b8811b4dfad0e3f39f0be 1.00 MB 2,654 129
456,377 456,377 00000000000000000241cd84e57b47e148f19d5bd68768180e524b4d387622d7 1.00 MB 1,841 137
456,376 456,376 000000000000000001c266dfcd037147789167a3f7b539902e9954f20b9c5e09 1.00 MB 2,175 155
456,375 456,375 0000000000000000007760085c23c75321a59f8bef8f88fb15c939ab2e7be9fe 1.00 MB 2,050 229
456,374 456,374 000000000000000000a644acf683fd32daffaa5b3d91f2bb9410db30046d6388 1.00 MB 2,599 225
456,373 456,373 0000000000000000010d1f956089bc96c61cc2d5611b5eb434aef956ddba7d21 1.00 MB 1,522 102
456,372 456,372 000000000000000001562fac1a749eee8c5e8c44eadbc24e92a10c88a51e1799 1.00 MB 2,862 209
456,371 456,371 00000000000000000010a65fb47f801dea98445ecd4eedd9f752bdacef36f934 1.00 MB 1,910 101
456,370 456,370 000000000000000001c1ea19a1adb92e35122f2501070616851db87211e9f810 1.00 MB 2,999 242
456,369 456,369 000000000000000001447e70ea7741f61511b61f9546f01ee91eb1328cd8069f 1.00 MB 2,133 202
456,368 456,368 0000000000000000024c6de09c05659d519070ab37e20120045df6408144df91 1.00 MB 1,279 238
Previous 10 blocks ↓
Total Size: 703.80 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,622.04 GB sent, 236.76 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.