Memory Pool Memory Pool Refreshing

81,026 transactions
33.60 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,626 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,545 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,625 (320,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
529,149 529,149 0000000000000000002b880190958e9918d034f48e41f4197e2237281b05d2ed 1.09 MB 1,180 6
529,148 529,148 0000000000000000001f35b8317b9b553e1b44dedbdcc0ff425214a49d26716a 1.12 MB 2,069 67
529,147 529,147 000000000000000000086da9944891a1cb000be8e261ebe278dd63047f199c2c 0.62 MB 748 15
529,146 529,146 0000000000000000001140f6de5c9ffbff0a9c4102e26d0dfed5c4a5e5aeed4c 1.09 MB 1,481 33
529,145 529,145 0000000000000000001e4b3afe10519310e2ab5cf41080f1deed48f654ae022e 0.54 MB 464 10
529,144 529,144 000000000000000000371f7a15882c57107c109514d0af929bc0ee112b5d4eca 1.10 MB 1,892 28
529,143 529,143 0000000000000000003069a9cd8f1824966fc5b242279f610cc56d53c9a9be9d 0.26 MB 399 17
529,142 529,142 0000000000000000001697c0e045a583e4ea4e4a9558a5e6264e6a0461c6ad38 1.10 MB 1,565 27
529,141 529,141 0000000000000000002cf4d665cf431bb477dc819fd20f58317163c4147dfffc 0.55 MB 782 14
529,140 529,140 00000000000000000007f3b46b1ea724f7a8333c0d8e0b2c92ad783b726e6a7c 0.70 MB 260 3
529,139 529,139 000000000000000000340b84f22d19b51b2b6561902cd71ed1ddc3d29a5755c2 0.06 MB 110 98
529,138 529,138 000000000000000000147751dbb90118713800253cd7d03c58a99170f7fca988 1.14 MB 2,244 36
529,137 529,137 0000000000000000001d18a1b2b2c38e04e40e9353509da0ac9fdd9df0e4d41d 0.77 MB 891 27
529,136 529,136 00000000000000000008963718b57543bf363deabc058d762d9ebdac632a8fb4 0.31 MB 367 34
529,135 529,135 00000000000000000003994f4d64bd64c6beded157a333e906a9c9d4359315fc 0.22 MB 341 31
529,134 529,134 000000000000000000255f132a98e18a3eadae4837366d8f87cd8ef635902632 0.47 MB 563 11
529,133 529,133 0000000000000000001b529b37c0ff86aefbb8aab9632e81544d459b7a19e8b5 1.06 MB 892 4
529,132 529,132 00000000000000000022566f78bb8bbdda0acbf9400c5ede3dc0187f95aeea77 1.12 MB 2,174 63
529,131 529,131 0000000000000000000a0ea899559a324e93fee7e6c9c70dee2f30c7886a0722 0.59 MB 767 26
529,130 529,130 00000000000000000021285b2151e240f670944222ca1a91d83b3c768ffc1eac 0.79 MB 1,123 27
529,129 529,129 0000000000000000001903c56f959682890ceb8e4ae5213a09f2849a767c2b3e 0.99 MB 1,294 24
Previous 10 blocks ↓
Total Size: 660.80 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 106 incoming
  • Data Transfer: 565.60 GB sent, 3.16 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.