Memory Pool Memory Pool Refreshing

78,414 transactions
32.31 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,586 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,841 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,585 (364,111 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
485,474 485,474 00000000000000000070be2278935aad781e0d3acfceadf2290b1e28bac4ed79 1.00 MB 1,600 17
485,473 485,473 0000000000000000009db681b3d94778f1919c6a501ae35c939f94ab70e3fbb5 1.01 MB 2,280 81
485,472 485,472 00000000000000000009a07aa6869d63cbb472a81432bdc16e971be1b5ccbd6b 1.00 MB 1,891 101
485,471 485,471 000000000000000000c0bc1f658800e680d582170691b2f99bf778a159e7a38d 1.01 MB 1,989 41
485,470 485,470 00000000000000000124eafa20500c2f5c4219dd1639a02e9cb8bba846d14289 1.00 MB 2,013 94
485,469 485,469 00000000000000000039c21749893fc456b27c244bd1f4b3287cb8911d09b7b5 1.01 MB 2,336 90
485,468 485,468 0000000000000000010833846a46d3409c3f498690706087e6a8c696336178a5 1.02 MB 2,321 36
485,467 485,467 000000000000000000b1dfaffb57f350971a46490c6df929a379737de5f9fa45 1.01 MB 1,945 125
485,466 485,466 00000000000000000049d841eb24cb12b18ca48d02879e518d379a3eab92b3cd 1.01 MB 1,741 140
485,465 485,465 00000000000000000008b7ebdb2a01db81f07dde6579f97a1124a4fecec03f82 1.02 MB 2,518 154
485,464 485,464 000000000000000000e1310bef568476251306d3ba5a6dc181d79f5170caf2b6 0.01 MB 30 1,149
485,463 485,463 000000000000000000b3ce55addfc79d01d351778fa1b8075e781ebe11ea5625 1.01 MB 2,535 98
485,462 485,462 00000000000000000036fbf684a2e934261192d21e49cbe3bc781722b2006bb1 1.01 MB 1,873 29
485,461 485,461 0000000000000000010f1a3400602b26f003840708a0579a7c0e0e2df1594074 1.02 MB 2,412 97
485,460 485,460 0000000000000000002ffce1ec2a1ef9d331152f90bd44e4bce3e5dab0437634 1.00 MB 2,364 81
485,459 485,459 00000000000000000065b56321a1a70617d607f5e5ca0a6f3f16325abfd25f2f 1.01 MB 1,423 124
485,458 485,458 0000000000000000006190231856e7eef914746a4f32fe7429160c3121fecd2b 1.01 MB 2,408 123
485,457 485,457 000000000000000001141fb73a048babcad4ab4b152abdd25a4c8c49f0558fc3 1.01 MB 2,283 153
485,456 485,456 000000000000000000cdc2e4e4bfbbbf029f9993bb711f442c8e5b5d7d8548d2 1.02 MB 1,695 118
485,455 485,455 00000000000000000123da662466fc0d6a8d84711bb768a8d2ee6635d1bf06b3 1.00 MB 2,342 142
485,454 485,454 0000000000000000007ee0dc952faffb536f002b95f50066e0e1a7a406a1a1c4 1.00 MB 1,838 188
Previous 10 blocks ↓
Total Size: 660.71 GB

Node Information

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