Loading Tool

Explorer IconExplorer

Memory Pool

45,325 transactions
27.58 vMB
0.07747214 BTC
Random Selection Loading Transactions
Max Size: 145.64/200 MB

Candidate Block

Mining Attempt 0b92765f590455eb5d7229c43a3fa0b1701ce682d2ca91804b519a3e71a8f5c4
Version 20000000
Previous Block 000000000000000000015e8f4c39ca0699d930716f37fac725961f0c21424ed6
Merkle Root 2aae3b26e706ecead485080626703635de9cbe0ba1a634aafe13f036a11d50df
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,072
Size: 1.00 vMB
Total Fees: 0.02541577 BTC
Feerates: 192.02 > 2.55 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,906 (306,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
608,573 608,573 00000000000000000006255bc3138c31950863dec3272367bbaa63907ac305ca 2,052 1.00/1.00 vMB 4
608,572 608,572 0000000000000000000c7493ad646dc9723ecf91aab76c57ac0129189642818b 2,544 1.00/1.00 vMB 17
608,571 608,571 0000000000000000001209363b0b383145b6d987013b92e64346869d00678c8f 2,596 1.00/1.00 vMB 13
608,570 608,570 0000000000000000000c708036dbd629e6d3b49a99a457ed722dd129f3a89e55 2,690 1.00/1.00 vMB 10
608,569 608,569 0000000000000000000eb693f8455293a629897195b04eecabd7ee49d505c0f1 3,046 1.00/1.00 vMB 14
608,568 608,568 00000000000000000000e849a4f16267a9921880eb1ceadd9ea3c83ae680cdc4 2,052 1.00/1.00 vMB 16
608,567 608,567 0000000000000000000b646b99a243a106d2f0eef7325d5c0b01493afb63477a 3,238 1.00/1.00 vMB 20
608,566 608,566 0000000000000000000887a345661a5383403f38a041cba2114774a304fa5ba9 1,276 1.00/1.00 vMB 16
608,565 608,565 000000000000000000159b66ec5ab1b6c7e5138e729e484b12006003eab7bb57 2,637 1.00/1.00 vMB 19
608,564 608,564 00000000000000000008465c81cf3e2d8d88a3e88250916c78df00a34b18a25b 2,728 1.00/1.00 vMB 24
608,563 608,563 00000000000000000007286ba5a10e6829f4883a1a2981469f0672197eaac006 2,830 1.00/1.00 vMB 34
608,562 608,562 000000000000000000086ee5fe728cc132b799f07c878f2bc18e6449729fd976 3,005 1.00/1.00 vMB 18
608,561 608,561 0000000000000000001044e8192a752b4c87f9932fc95dd1b75d1b1736744741 3,650 1.00/1.00 vMB 12
608,560 608,560 0000000000000000000faaa70b52f799e3397583eb3e3c06c986abf4cbb63daf 3,117 1.00/1.00 vMB 18
608,559 608,559 00000000000000000006d9a7e7f1855354c6ca704d03fa7f3a80eb88a4290034 2,666 1.00/1.00 vMB 19
608,558 608,558 0000000000000000000ee62a254f0b73b51a3e5b6124abe891a0eefb1337e796 2,999 1.00/1.00 vMB 17
608,557 608,557 000000000000000000135b89f1bb3f4a024c5479c5a19d2897ea7dfbeb22ec84 3,363 1.00/1.00 vMB 23
608,556 608,556 0000000000000000000a351f2e969787b4f2647acd5e1d6c08004b6933800c0e 2,900 1.00/1.00 vMB 21
608,555 608,555 00000000000000000011b24d29733de1531e5dd356d0ac52f56625aa8e630312 2,410 1.00/1.00 vMB 29
608,554 608,554 0000000000000000000b30368e28bd734899e9e19852a7865e402a226c14b8d4 2,312 1.00/1.00 vMB 20
608,553 608,553 0000000000000000001326ddde0ee8b7537ef5c405049a43e85a3319433f6c27 2,918 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.22 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: 654.77 GB
    • Received: 14.19 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.