Memory Pool Memory Pool Refreshing

63,066 transactions
28.42 vMB
Show Random Selection Loading Transactions
Max Size: 151/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,742 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,911 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,741 (729,949 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
119,792 119,792 00000000000052bfa57bcf1aaa3d636d3bccb62e5f9898788012bc71636479e2 0.00 MB 9 423
119,791 119,791 00000000000052863b0c3ceb0f82bb2b102ebccf18e8d324cd2100342d7d49f6 0.00 MB 14 0
119,790 119,790 0000000000003eb16ec1958a0c05a5b6ee6e9741642a8cb612902d99afe07b89 0.00 MB 11 323
119,789 119,789 0000000000007c08e2aac3603da1b2a32ac07e470a5d474bc94c777cd1a4c5ac 0.00 MB 7 319
119,788 119,788 0000000000003a1cab3990e9af9c0d399c434b009dfa2d8f6621ac15689ed4f7 0.01 MB 9 237
119,787 119,787 00000000000073f18305633e9522e3f745426a773e01ad861ee51f68ce8e9fa2 0.00 MB 10 0
119,786 119,786 0000000000008faa4ded6f84203ad9c2b60ad4758bcfd1081ede64762d75ebb6 0.00 MB 10 618
119,785 119,785 0000000000001810879d4188c7395bcd0461c2a035fd8b3c0d51d42ff3a5938b 0.00 MB 14 0
119,784 119,784 0000000000004619db6fb0e76ad045a6780a2449d8827b21608c07d1eb5b6d73 0.01 MB 11 351
119,783 119,783 00000000000031e1c06d851f2954a53bfb85540ccc63961a25ca7b167649b85d 0.00 MB 8 0
119,782 119,782 0000000000002d0f446326df5103206682db688801939792f8c26558085466c9 0.00 MB 13 629
119,781 119,781 0000000000004addb644e9112751c0e9fa4eeb9cca4673725a7ad5ead70f63cb 0.00 MB 7 0
119,780 119,780 0000000000008e691c0ce6f525a0282bc2f7bec22efbca7512fe0674b71bfce0 0.02 MB 39 639
119,779 119,779 0000000000000689f2bcd9a5e75660748005cea76ea73380ceb19a08f835bb68 0.00 MB 1 0
119,778 119,778 000000000000a685f39e902ad168f7586721e2f6028a414236393e23b90a4724 0.00 MB 9 314
119,777 119,777 00000000000048b250c7566daa6edfa150d5121d011274b32de3e8f22059efc6 0.00 MB 12 289
119,776 119,776 000000000000017e1acaaa257d81cf982379bbc9e36615d0415c6f304dcfffaa 0.00 MB 4 2,405
119,775 119,775 000000000000746b3a5a0e1ca8c427bf2446624afa36709390d10b65b13ed88d 0.01 MB 15 1,189
119,774 119,774 00000000000091e06da2560d2f924a75c9f317c5ee532c39c9e34720821eb613 0.00 MB 7 956
119,773 119,773 000000000000486215a5b7e22935cb03e9925c9f9b78fa5961251635f9146a25 0.00 MB 10 698
119,772 119,772 0000000000008a1eb324af1697679e0e7e04a09dbb816bcb986f512d0807b02b 0.02 MB 43 1,636
Previous 10 blocks ↓
Total Size: 661.02 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: 689.80 GB sent, 4.13 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.