Loading Tool

Explorer IconExplorer

Memory Pool

12,643 transactions
34.60 vMB
0.11297015 BTC
Random Selection Loading Transactions
Max Size: 171.34/200 MB

Candidate Block

Mining Attempt 7be31de257d32ea8cea2e1ab217abc09e085afcc30b70e9b38b6d4e721c973c6
Version 20000000
Previous Block 0000000000000000000150d5a7a2dc855f6bfe14cec907b5c81e3ee2c85c1236
Merkle Root 747eb6d415097b3d2c490ced2985306145cd2d64573d2c4f75832333edab6fd7
Time (UTC) ( ago)
Target 00000000000000000001ebf20000000000000000000000000000000000000000
Nonce 0
Transactions: 3,697
Size: 1.00 vMB
Total Fees: 0.04952546 BTC
Feerates: 150.52 > 4.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 932,389 (682,721 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
249,668 249,668 0000000000000002763e6dfa8c2b269b4a1a5d6f81d5894d1727210192eedc18 24 0.01/1.00 vMB 137
249,667 249,667 000000000000004f33dfb871e09263f9f961daa2c34c6282ccff136f6d0bc776 174 0.07/1.00 vMB 163
249,666 249,666 000000000000003fada452b4338b8786b75f22f5d9d87e19c6416036822d7dc7 301 0.13/1.00 vMB 54
249,665 249,665 0000000000000087183e814e577b4877f8a924f840dd89a01a6b24016359531a 212 0.25/1.00 vMB 63
249,664 249,664 0000000000000082f90bf5559624772a596e29195b09dee74524c66444e25710 651 0.25/1.00 vMB 152
249,663 249,663 00000000000000514d33562dc98d5a16749c397d5cf089c5339a4b1ee570e9c2 132 0.24/1.00 vMB 55
249,662 249,662 000000000000001f23744a9a9e911f28ac65702d8f85b0cebbfdffc376649c49 284 0.25/1.00 vMB 123
249,661 249,661 000000000000001011ce49d3fbf6a5bf2d5c63d4b607ed4f9368eb0b13b26b32 298 0.25/1.00 vMB 65
249,660 249,660 00000000000000754fc24813689bb7f88cf8b3388d79ed41442c996e18f095f5 594 0.25/1.00 vMB 132
249,659 249,659 0000000000000070006bc6fec1ba8e13c61b9dba33bff218dc5b64c1e0102ab1 512 0.21/1.00 vMB 134
249,658 249,658 000000000000000399de7e72760ae5b16d2871b1a96dd9a87f5ec40e043c6ef3 289 0.11/1.00 vMB 126
249,657 249,657 0000000000000011f5540d24b69a28733aff57c9e8b5029feef738202c82bca6 482 0.22/1.00 vMB 152
249,656 249,656 00000000000000314068c63ea6890b5e57c515a3a1d7e9f2bd9842f7371e2105 157 0.07/1.00 vMB 103
249,655 249,655 0000000000000046cf50535ff4ad87d6f63a305c2ccd2733af5d2ad6afdf643c 270 0.11/1.00 vMB 132
249,654 249,654 00000000000000732031af546c3989e766cae6d60eb5772c44fbf2b0907a19f3 185 0.08/1.00 vMB 118
249,653 249,653 00000000000000806133b8bc544322eb115e142c591f7ca96e5a53bf6351bf47 236 0.13/1.00 vMB 91
249,652 249,652 000000000000003a90b06fedb6e107e05652323b406ca8f4d543251d6fe709f0 181 0.24/1.00 vMB 82
249,651 249,651 00000000000000388f4a5201495aa37d254a3fa9c5904e9f65221b79a1b51310 594 0.31/1.00 vMB 103
249,650 249,650 0000000000000034994bea6f033079b5c43f27b20311eb5b983577ed8ac4c5ec 544 0.22/1.00 vMB 100
249,649 249,649 000000000000000d08f280e878a946446f7cf1ce9fee4bd1d4b7f1f24b11be3c 676 0.25/1.00 vMB 76
249,648 249,648 0000000000000045b8e9588894f2f89bb90b014a9b93cc7c496b60ea597ad38c 745 0.25/1.00 vMB 104
Previous 10 blocks ↓
Total Size: 812.94 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: 3,220.53 GB
    • Received: 173.88 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.