Loading Tool

Explorer IconExplorer

Memory Pool

42,511 transactions
29.24 vMB
0.07489598 BTC
Random Selection Loading Transactions
Max Size: 149.95/200 MB

Candidate Block

Mining Attempt b6d30bb97a961bb1ba9d49737a3a17bbac186b040c2068b7d5f44e4267125b1f
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root 6e9efe18fa1245b4d503d6639944c6b6aaa5494113229b39c932e53a36dcf802
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,627
Size: 1.00 vMB
Total Fees: 0.01762741 BTC
Feerates: 100.36 > 1.77 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (504,851 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
409,763 409,763 000000000000000001fcda9cd0a8cde79a3e0de392ed19e8e01d95d859ed32b0 2,931 0.99/1.00 vMB 61
409,762 409,762 000000000000000000c8dd1baba16b627173dc3f32564a1be130fae785424756 1,156 0.97/1.00 vMB 25
409,761 409,761 0000000000000000027dbfc14d8595324dc48e43e1a8c7333cc7e42157af5dce 1,095 0.99/1.00 vMB 21
409,760 409,760 0000000000000000006a68c1732f7b5e0698a14458b396517a4d373efe20c6d6 2,324 0.99/1.00 vMB 32
409,759 409,759 0000000000000000032bf3e0fbb115f5abd04609c8e2f84e6d0f757c36f72de3 2,747 1.00/1.00 vMB 70
409,758 409,758 0000000000000000017b39fb46fc09b36aedd7f57d64592b5dc77b4ca45cd0c7 1 0.00/1.00 vMB 0
409,757 409,757 00000000000000000232b8e15ec3d09414d980a603ea121549787024d8706241 144 0.05/1.00 vMB 47
409,756 409,756 00000000000000000601db913c08d153604b791e24aecb7db4205a5b66ff2aab 581 1.00/1.00 vMB 16
409,755 409,755 0000000000000000002078eb77fcc1b3f8e6d05fa1c0295f69fa7a8e5667925d 1,844 1.00/1.00 vMB 32
409,754 409,754 000000000000000003d0dfe23add6dd6cff9f51bb5764d7ddac439bb87f73da3 2,086 1.00/1.00 vMB 41
409,753 409,753 00000000000000000488a179d2e3ee1b07cda09f065ddd14a6ccab2d8973d7ee 1,484 1.00/1.00 vMB 25
409,752 409,752 000000000000000000f3dcb8ea37d05235e1de7f526f63ff70d484b5d1916d2e 2,447 1.00/1.00 vMB 43
409,751 409,751 000000000000000004932179c1a45d3f83874951abb853ba8bdd8e83ddb11b15 2,340 1.00/1.00 vMB 60
409,750 409,750 000000000000000000b021db84e370088c49a314a02cba54d16d1d1f8075ab58 1,473 0.99/1.00 vMB 28
409,749 409,749 00000000000000000117b5f8e801da621337fd07d9722dc5e3d4adc91756bd21 1,537 0.79/1.00 vMB 34
409,748 409,748 0000000000000000025e505b92e0da88c689d93a3de8f131ee0c78db39446ec6 754 0.32/1.00 vMB 33
409,747 409,747 0000000000000000021f484d4bc30ceb65d9bee0e5f643aa0309d35c53223302 17 0.00/1.00 vMB 176
409,746 409,746 00000000000000000113a024c6f82553a9d39368b2883212f1a5b1b53ec29e8f 1,396 0.61/1.00 vMB 34
409,745 409,745 00000000000000000549b84c0274bc6693aa60daec1f7dc850573807e83c727c 918 0.39/1.00 vMB 41
409,744 409,744 0000000000000000010299cec9075e016ec7538ffd71d7467c9a1a33cc3f9991 445 0.27/1.00 vMB 27
409,743 409,743 00000000000000000260523ff598bbd7bd0031cad4c4e20ff990aeb3bfc5d9c5 1,445 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 781.71 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 629.31 GB
    • Received: 11.90 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.