Loading Tool

Explorer IconExplorer

Memory Pool

49,384 transactions
29.52 vMB
0.08315868 BTC
Random Selection Loading Transactions
Max Size: 157.92/200 MB

Candidate Block

Mining Attempt 31221359883acea0d2d8004489ef80f4aee2b3fd7b95dddb4d022e5d61deb492
Version 20000000
Previous Block 00000000000000000001d639dc25e9adab712b5f436b38ec9cf2cb9b77e26f27
Merkle Root cc92ce7f2ccfc4e7b4452238f0e047549f19040946d6d6e2601bb57965058e6f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,637
Size: 1.00 vMB
Total Fees: 0.02433814 BTC
Feerates: 132.00 > 2.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,830 (90,242 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
824,588 824,588 00000000000000000001508dbc5776d5571f1cdf13cffd22db6a3c14f111d7ca 1,827 1.00/1.00 vMB 36
824,587 824,587 00000000000000000002f7c609a7f87c35e70aeaccd3265a39f4c0c41c4c53c7 4,959 1.00/1.00 vMB 55
824,586 824,586 00000000000000000002b8bc7087a4028eda45e80fc939d05f391e4c43739a45 1,439 1.00/1.00 vMB 36
824,585 824,585 0000000000000000000148a5e402b95301ad722dcb551be77fedbcc8f9d5c569 3,238 1.00/1.00 vMB 51
824,584 824,584 00000000000000000003791cc26bf5f2fb104378a6c8e063f52e959290ed7c7d 2,900 1.00/1.00 vMB 56
824,583 824,583 000000000000000000007de5c9d897d5d1fb7dc7fba708b9753d0e9dd1052d53 3,221 1.00/1.00 vMB 91
824,582 824,582 00000000000000000003a0a4f727f2ec8344716aa611560a437351cf03906435 1,580 1.00/1.00 vMB 47
824,581 824,581 00000000000000000001a47841d84f5a28240a5b465a6fc592722f8888a413e2 695 1.00/1.00 vMB 36
824,580 824,580 0000000000000000000083d4f34c5314713de72d27c662e95807bb56c2e55008 2,293 1.00/1.00 vMB 43
824,579 824,579 000000000000000000025443b95efe0ca063d90e5d35e54f646b3b62d0cf2eb9 2,292 1.00/1.00 vMB 46
824,578 824,578 00000000000000000002b84dd11a81594a7f2a6c4ea3be59bc33cc5b7e30ff5e 2,270 1.00/1.00 vMB 45
824,577 824,577 000000000000000000026c1b7c38e67dd1d81860357d0d48974a982b29ada1f6 3,517 1.00/1.00 vMB 51
824,576 824,576 0000000000000000000184aaf21a608836eba17085151acce9fbeb008f1f98cd 2,720 1.00/1.00 vMB 80
824,575 824,575 000000000000000000013b58def4688405c2685690eaf029bb50457262edab45 2,818 1.00/1.00 vMB 55
824,574 824,574 000000000000000000023ae0f80d8c0ffb3ce4b84341d2982850c123f423ab91 2,636 1.00/1.00 vMB 58
824,573 824,573 00000000000000000000eeb95103085d79a944d79dd5d751dd619187edf5ea93 2,664 1.00/1.00 vMB 72
824,572 824,572 00000000000000000003859f2d86a339b13e462e3029706873ad2df6d29bcfee 2,245 1.00/1.00 vMB 49
824,571 824,571 0000000000000000000125a9244bd8005087ba10b7c17cb3bbcc85aa5668b529 3,115 1.00/1.00 vMB 67
824,570 824,570 00000000000000000003975ec29c27f70588e18d0cdc990d69f8c44fe900e937 1,538 1.00/1.00 vMB 53
824,569 824,569 000000000000000000014f61fb4da10b4877b17f2bf3ad8b49573e5b82bc0bf4 1,730 1.00/1.00 vMB 44
824,568 824,568 000000000000000000009a2af735e438b41761fd6d20bff502ef25f12fac8de2 1,807 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.09 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 651.47 GB
    • Received: 13.59 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.