Memory Pool Memory Pool Refreshing

78,040 transactions
32.25 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
849,723 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,405 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,722 (577,912 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
271,810 271,810 0000000000000006da55bdeae395e41b67c40b4faf7ef8eed6cdbf8378279703 0.25 MB 704 98
271,809 271,809 0000000000000004e5f92aad53616ca551924394c328b6aa4540cb93a94c019a 0.69 MB 1,398 34
271,808 271,808 0000000000000006bc52fd930e389e82173bc73ed49d4e6c4c6e842efa106993 0.25 MB 653 148
271,807 271,807 00000000000000054d15abe5ba8aec5ec77fb8454c8e0234e42e4601b2a0059c 0.54 MB 592 27
271,806 271,806 00000000000000033e0d5a28fcc3ce08583c2bc0b233545ba23e4f1e20696823 0.50 MB 1,305 76
271,805 271,805 000000000000000708b86dfbb08ceca1d66993a6d51cbe76468f62cf7f19c86c 0.50 MB 835 28
271,804 271,804 0000000000000003cb1ab6f7f861d0dda8719f255a88a07ff2f3e028530e3c87 0.25 MB 652 61
271,803 271,803 000000000000000426cb5f0c25956ab964877940964dafbdbc6b6784c115f7f3 0.25 MB 751 109
271,802 271,802 0000000000000004e04ecdcfb8d06466e9aee3f326d99b954ce7bb1225599c9c 0.15 MB 220 33
271,801 271,801 00000000000000002b0ce2fc49234da21554539a30e4ed5250d906e7c7d55284 0.49 MB 1,055 53
271,800 271,800 0000000000000002c4e9c1df445ddf9fc85d12d7b7a5f85b181901b04b88c76f 0.25 MB 718 80
271,799 271,799 00000000000000054a5baef6d639063420881e3fa9073631f32c912aaec10046 0.25 MB 670 97
271,798 271,798 0000000000000005caa1c73e57e21651defef72d4d3bbdaeda4f0b281726d3d6 0.05 MB 78 19
271,797 271,797 000000000000000383bbe0d7f199e42b43f13d8cc91e1308b6672f218f50204c 0.15 MB 315 79
271,796 271,796 0000000000000001a6962ddd4fec8f3fb75cec834061acab937d4c73e9080b4d 0.15 MB 256 42
271,795 271,795 00000000000000064f33a4fc89c4a38fffd34b91031d3c52791c6ff0de112194 0.20 MB 397 51
271,794 271,794 00000000000000009570daa4dc96f2ddbd4469ce26e7123a2cb522ce21ab36dc 0.22 MB 435 59
271,793 271,793 0000000000000002535c8111dbaf8cd438368aa62bdf1c37b01b21050efeda84 0.07 MB 141 28
271,792 271,792 00000000000000024f397c124d1fc27d5c4a73f1cb427650110efbb05d5bf86e 0.09 MB 250 61
271,791 271,791 0000000000000001d2f7df1281f91d2b6c7fbb759afd785d7b738326a7b637d0 0.23 MB 277 34
271,790 271,790 000000000000000459b26404c74e4af9563eb2749a781b64c99238f789631f0c 0.25 MB 392 34
Previous 10 blocks ↓
Total Size: 660.99 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: 679.38 GB sent, 3.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. 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.