Loading Tool

Explorer IconExplorer

Memory Pool

54,411 transactions
32.11 vMB
0.14728538 BTC
Random Selection Loading Transactions
Max Size: 171.50/200 MB

Candidate Block

Mining Attempt 53d1701159d58f104d61c33a7d31d440533a039fba7aba5d7a62cdc5ab89c6ef
Version 20000000
Previous Block 00000000000000000001313720cdab0b96a52eb599aa00254522f99d726b53eb
Merkle Root 2b675fc23546d4f94b7dfe1e3c04ce57d8a0630a96986544547acdc69d3e7969
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,155
Size: 1.00 vMB
Total Fees: 0.04633464 BTC
Feerates: 104.17 > 4.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,821 (848,763 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
66,058 66,058 000000000608b4e2aa379ad82930b4214b682eb330a62414172b11b35ef188dc 2 0.00/1.00 vMB 0
66,057 66,057 0000000001974f106135d3675c6f35fe06e47737ac272b548fb4de4e83574f66 3 0.00/1.00 vMB 0
66,056 66,056 0000000006fe06116175409073f49b8894d83f179ad944ccc8f61b4541995174 3 0.00/1.00 vMB 0
66,055 66,055 0000000004ac89ab79df6ab34685f2f4d46e9af74db3b1f9efdd609660248e45 6 0.00/1.00 vMB 0
66,054 66,054 00000000079e63d99fca8f125fbe5c3e97e2bc5b6edbc5111e938a5884b0f4a3 2 0.00/1.00 vMB 0
66,053 66,053 0000000008174f9015bb1c3e552c672d9e2a22cf0b858dfc1d44dbdb78d02ded 3 0.00/1.00 vMB 0
66,052 66,052 000000000916f5eeb43c6b97654a90acc83f6395402eba524516c019863cd828 2 0.00/1.00 vMB 0
66,051 66,051 0000000007f8244d1878a60e075ac36dd18a8d5fb11c7e549ccf3510e4d9f805 4 0.00/1.00 vMB 0
66,050 66,050 00000000052ff5bc31e25531f5f3e16513f1e7415f12ceed30e363cd757a3582 1 0.00/1.00 vMB 0
66,049 66,049 0000000000b06088b0b330e29c6962372dd3ca683a0dfe0c6a88fead23b2ecdf 4 0.00/1.00 vMB 0
66,048 66,048 0000000000946952a916b5f98c5555dca6c6ac7f7ab2759483f6c5a9199eb4ee 3 0.00/1.00 vMB 0
66,047 66,047 0000000008251f89be1862397b054480851ed4c189331fadcd0a574ac8b29455 3 0.00/1.00 vMB 0
66,046 66,046 00000000045e7c07ae9f7eefcafa2f92f2e5203c32b4d08b7ca5a8d438bff2e2 3 0.00/1.00 vMB 0
66,045 66,045 0000000008c641b104e0d4b35393099f7a5ef4560d9bc0230fccd01507bbe98b 2 0.00/1.00 vMB 0
66,044 66,044 00000000012ddb54ddd0a11f3fc366e5bd21914181efb44ecb844b1e17025112 2 0.00/1.00 vMB 0
66,043 66,043 0000000000e3f794e2b9a49fb03c4c7b5f3186b1825ac9e0b970436c718ad4bb 2 0.00/1.00 vMB 0
66,042 66,042 00000000064d036a61180f11fcac9890cdefed1a5da2c4300f53fab29f0a3cc8 1 0.00/1.00 vMB 0
66,041 66,041 0000000005feae10d2b79751ccf81bd2b4965f895715ec4ad6d1bf93c6cc064b 1 0.00/1.00 vMB 0
66,040 66,040 00000000048240129acc22f1bb2224e98f62c09cdf1f06ba1cb7d7ebc2708a2c 6 0.00/1.00 vMB 0
66,039 66,039 00000000092250010c7f8eb51258c14d6c03ead8a101b0de442b82c959271acb 5 0.00/1.00 vMB 0
66,038 66,038 000000000745649d372678aa32845d99dbcb96e7834b815e267df8ddd010d623 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.07 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.26 GB
    • Received: 13.51 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.