Loading Tool

Explorer IconExplorer

Memory Pool

80,137 transactions
29.81 vMB
0.12202180 BTC
Random Selection Loading Transactions
Max Size: 180.33/200 MB

Candidate Block

Mining Attempt 84c2835843901881c170d77f548d664b3e47b11db9e70fe6ad2e8b81d1d62618
Version 20000000
Previous Block 00000000000000000002064931ca32749e9a68a433f5974b1ade127285f85a4a
Merkle Root 47e47b5391c0a0d8fab2f482647ead6b8c463416b4a568315ee189ebd974fe80
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,727
Size: 1.00 vMB
Total Fees: 0.05694111 BTC
Feerates: 313.32 > 5.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,096 (514,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
400,541 400,541 00000000000000000186bddabbf91cb0e9ebacf05f757b16d9c5743f98d73a85 3,104 1.00/1.00 vMB 47
400,540 400,540 0000000000000000002684d448a08e36a55c628d0205b5b7222430f5a34959b4 1,500 0.75/1.00 vMB 71
400,539 400,539 000000000000000004fa4490454077d314c4e17dd00146ccf1eea3ab825c501c 1,659 1.00/1.00 vMB 28
400,538 400,538 000000000000000005a738e8a1622364608cfe899108699d7fd2e6ddb2139116 1,547 0.75/1.00 vMB 34
400,537 400,537 000000000000000005c2763d2cc7f290a79a755fd84a98fe07c6400c7c953874 2,666 1.00/1.00 vMB 46
400,536 400,536 0000000000000000068b51636388d30cdb82d0d71f001bc8b543cd030b7b8ded 2,494 0.99/1.00 vMB 37
400,535 400,535 000000000000000005a5c09fb876dc1cd83807cc3e2c93846a1192ac79f2a841 2,595 1.00/1.00 vMB 46
400,534 400,534 0000000000000000041cfeaf0e1e848d5821b2ef31b30a087c90df52717c7259 2,763 1.00/1.00 vMB 53
400,533 400,533 0000000000000000069c6a4900e285f4bdc30c6d3ad614027ed9aad0ed6916ec 2,698 1.00/1.00 vMB 52
400,532 400,532 00000000000000000422698cf101db23bdb5437ea2e8e349cd7f2ea5be9ba9c6 2,769 1.00/1.00 vMB 69
400,531 400,531 000000000000000004f25efa875ceecc1d0c7129d1fab3d4e94f46e33a2405c8 1 0.00/1.00 vMB 0
400,530 400,530 000000000000000004bc71c5d7c6484244a923fd8e68c7e522df57d51237b6de 2,107 0.93/1.00 vMB 35
400,529 400,529 000000000000000005546234d8de804c3997fd7e83094c24c235fbb9ce2db8e7 2 0.00/1.00 vMB 0
400,528 400,528 0000000000000000022a32c66b71e8945d45c5bfe7906e367bc0f87266b136cd 2,473 1.00/1.00 vMB 52
400,527 400,527 0000000000000000069051db457a42cb6dc7a84ce95cf75a9348d43955730133 2,173 0.98/1.00 vMB 35
400,526 400,526 00000000000000000679cf0924f9cad7982366832db6c106ff51c2cb653b27e0 2,005 1.00/1.00 vMB 33
400,525 400,525 00000000000000000553604c3ae7b1de71c758b819696423c8de0997d0d5e40b 2,224 1.00/1.00 vMB 35
400,524 400,524 000000000000000006ac60cf85e24dedd40bf0e68a25b9cc2ebe0966cb30d42c 3,329 0.98/1.00 vMB 43
400,523 400,523 000000000000000005952d64230ea86f2393c5a883570d8ebf381d001b5477f9 2,160 1.00/1.00 vMB 78
400,522 400,522 0000000000000000016b9b9b3c562f8693be23c026748c87529d4d3a2a5a1202 1,322 0.98/1.00 vMB 22
400,521 400,521 0000000000000000001341ae238c6262fd85e1bb0622ab5e8afbb5d51d21c8e6 2,407 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.56 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: 670.10 GB
    • Received: 15.82 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.