Memory Pool Memory Pool Refreshing

61,525 transactions
31.07 vMB
Show Random Selection Loading Transactions
Max Size: 160/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,790 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 7,327 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,789 (378,726 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
471,063 471,063 00000000000000000076ee247017038202ddad356503395b840aa05f226f7ce9 1.00 MB 1,546 305
471,062 471,062 00000000000000000187940171be7f26ad9d85b4b159e04574135a11533d1431 1.00 MB 1,802 309
471,061 471,061 000000000000000000ed8a3aef0c47a651da28a843beb36e005faa7106202fdc 1.00 MB 2,002 373
471,060 471,060 0000000000000000003af500d4ff535d0259ffe940e593de3bdc64f31ea68471 1.00 MB 2,037 349
471,059 471,059 000000000000000000e6ba0f3e2b00507f98ba9572e243528173434615475cba 1.00 MB 2,210 265
471,058 471,058 000000000000000001973b9f71d3a730a5d643ed5162cf81ce7317dd95059df1 1.00 MB 2,467 299
471,057 471,057 00000000000000000042d67e00f43a51361c637a268986605187eaf2edce6a48 1.00 MB 1,792 360
471,056 471,056 0000000000000000007e88adacaa44e9727e36044f9c60981d0e732eac0d23f4 0.99 MB 269 366
471,055 471,055 0000000000000000019098a235c28c31fa8156aee380199e99c41c770c9558ce 1.00 MB 641 386
471,054 471,054 0000000000000000010217599d6947183f6a118f7d12d6347518629fbd79ef58 1.00 MB 2,274 488
471,053 471,053 0000000000000000001ea7459471a695d77e48d16b500097d9ed090c2784921e 0.52 MB 969 336
471,052 471,052 00000000000000000068605dc9e8678238c65c0b63e6b7bf21f9b08386680d67 1.00 MB 2,141 435
471,051 471,051 00000000000000000166304a85e27d6fbf46c8fe4a9ae2cd620ddff3c158fdb3 1.00 MB 2,084 346
471,050 471,050 000000000000000001203ac343767d834879cdce65c62b3e45015d45efa5132c 1.00 MB 2,553 445
471,049 471,049 000000000000000001799baa34d918b7066d6d3681b75f51bac69aadcca27fcc 1.00 MB 2,165 284
471,048 471,048 0000000000000000010dcc01df4a9f0322462ba3df639f3ed99451aba7bc4594 1.00 MB 1,658 309
471,047 471,047 000000000000000000d67e52cf341960dbe5f0a506f64027fcb0967711c53a2c 0.99 MB 1,982 340
471,046 471,046 00000000000000000043f8086116a13987bf168882e0145a3ca78d42ea39cc11 1.00 MB 2,605 278
471,045 471,045 000000000000000000032565cb99ed6aaf0e6199b2328c5be17b52dfc70b613f 1.00 MB 1,952 362
471,044 471,044 00000000000000000004cb8e4de5665355b54a901a133c0cf006033c6fa9aead 1.00 MB 2,455 423
471,043 471,043 0000000000000000015f7cfcf46c0b2e55a21e5d01edb8725f1cb08e299b0e6f 1.00 MB 1,364 401
Previous 10 blocks ↓
Total Size: 661.11 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 737.07 GB sent, 4.66 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. Electrum Server. This is used to get information about address balances. Bitcoin Core doesn't keep track of addresses, so you need a separate database running alongside it to store address balances and activity. This information is retrieved using the Electrum protocol.

    Electrum Server is what wallets like Electrum and Sparrow Wallet use.

Limitations

There are a couple of limitations to this explorer:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead.

But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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.