Loading Tool

Explorer IconExplorer

Memory Pool

82,713 transactions
30.47 vMB
0.12346761 BTC
Random Selection Loading Transactions
Max Size: 184.33/200 MB

Candidate Block

Mining Attempt ba402d0b0b2f3d766c8fdffa4cefab459c2d34f8b67e7b66fbc1cd21de7ca79a
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 9598548078adb39030f203a05e617c4a7e2e6c25d053bfc691c282c353d9df5f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,096
Size: 1.00 vMB
Total Fees: 0.04374212 BTC
Feerates: 150.85 > 4.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (128,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
786,491 786,491 0000000000000000000520e9865f7acb9e777b79f3a186231157b619f0f54d70 1,693 1.00/1.00 vMB 21
786,490 786,490 00000000000000000002ec22bf9fd6b1fc5b3121daaba77d2de32af433ddc8ba 1,250 1.00/1.00 vMB 2
786,489 786,489 00000000000000000002f92543f6adb4389b8dac88de1dc20cbab2cef3198b26 929 0.88/1.00 vMB 3
786,488 786,488 00000000000000000001239e89e92a301a444857ab0ca9ac2eeb1961d2e35045 2,912 1.00/1.00 vMB 1
786,487 786,487 000000000000000000038d005183642bad64f5eaec22447f19fba24fea04855c 2,519 1.00/1.00 vMB 5
786,486 786,486 00000000000000000000f31b7b47e775684d48d1b5ef8c842f789655bb927505 2,974 1.00/1.00 vMB 5
786,485 786,485 00000000000000000004a8c198946826a2b483d132eb5d8790efb1d62ef2c41f 1,577 1.00/1.00 vMB 5
786,484 786,484 00000000000000000004bf77c250150f05541028581465f2e5d430a0b97b1c8c 1,520 1.00/1.00 vMB 9
786,483 786,483 00000000000000000004f7f58cb9c818c96c6c0dda8e1bc78e27b9f1a1acd5cf 2,126 1.00/1.00 vMB 15
786,482 786,482 000000000000000000008af8166dcb3578491be925347e8b6df78321e55234cf 3,198 1.00/1.00 vMB 22
786,481 786,481 0000000000000000000150196ee01a0208deaa5df961df25efd178ca41f689f9 3,020 1.00/1.00 vMB 3
786,480 786,480 0000000000000000000193b678721a20fa603dbb6dc2ab1c51cf3678e36b7d4c 3,030 1.00/1.00 vMB 11
786,479 786,479 000000000000000000020033422fa2b70f83aa43b00ccc131dffed78a6d4b4d6 1,964 1.00/1.00 vMB 7
786,478 786,478 00000000000000000004f41591034b26973a9a14ea25d6f839a5f0d3a178ce12 1,510 1.00/1.00 vMB 19
786,477 786,477 000000000000000000016312ec5cac4fb657ee0bc6339d8125adf2b0774e3ed3 3,050 1.00/1.00 vMB 6
786,476 786,476 000000000000000000013366c16db97604f36e851e7e670d640879abe01f7fa0 2,853 1.00/1.00 vMB 22
786,475 786,475 00000000000000000000d939ca945a47c8923ce6ded048d2bd15d2b0d9f71067 1,951 1.00/1.00 vMB 13
786,474 786,474 000000000000000000014d75645e95cdd0e63d53082c1be555d0a60789945c30 495 1.00/1.00 vMB 14
786,473 786,473 000000000000000000045be352dc52bfe7dced3fbeedfa9dbedb34c6213b651c 2,677 1.00/1.00 vMB 25
786,472 786,472 000000000000000000008fbba0077ecde04679e2fcf6e4b711e1c3eb2296fe0a 674 1.00/1.00 vMB 5
786,471 786,471 000000000000000000015c66e2ef637e00d58b23073a7bd9bc4261e481ed1ec0 2,232 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.63 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: 672.37 GB
    • Received: 16.21 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.