Loading Tool

Explorer IconExplorer

Memory Pool

79,899 transactions
29.85 vMB
0.08115046 BTC
Random Selection Loading Transactions
Max Size: 179.13/200 MB

Candidate Block

Mining Attempt cb54f74a0e0ec545fa8492bcae196e101e075c48a44d8f597fd398f5373a42a5
Version 20000000
Previous Block 00000000000000000000a86620bedaadabef003d30be662b4766362f5afa4a4b
Merkle Root b8d7db72615c32b9e0872bd566ead5bae7357a2c1e661c64788164a22736087f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,680
Size: 1.00 vMB
Total Fees: 0.02011469 BTC
Feerates: 100.29 > 2.02 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,004 (775,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
139,129 139,129 00000000000001456b20e7dd786b7dbcc2ce8a3bacf89cdc2d2d6509dbd86bdf 11 0.01/1.00 vMB 924
139,128 139,128 00000000000005e9b9cc200372156d99013fa4f9eeea1e61197b94aa4148bce1 24 0.02/1.00 vMB 194
139,127 139,127 00000000000002e52dd522af72ed9736bd708e18bc10548d7d76da0ab445f8f0 67 0.02/1.00 vMB 12
139,126 139,126 000000000000078cfc1ae03a1a099b2ca5a98f34a894acc73e32ba9bb9e00409 26 0.01/1.00 vMB 213
139,125 139,125 00000000000006bdf86450385d48e2dd4da572e780f852b70dc77d914d3d426e 22 0.01/1.00 vMB 52
139,124 139,124 000000000000070cbba7afea9cb5203d20327c4fd767c846cea0cedfb74cae4a 25 0.01/1.00 vMB 266
139,123 139,123 0000000000000103d6973a4125b22f02bd92ec0a9962d240f450671bd7c66aa0 91 0.04/1.00 vMB 137
139,122 139,122 00000000000001f27ca78c262529892f34f338957cb23e0dbd47c9ca73599d03 131 0.05/1.00 vMB 81
139,121 139,121 00000000000008cf747c7434abbbb2f55445b6173c2a39c6c00bb4c84a149947 28 0.01/1.00 vMB 475
139,120 139,120 00000000000007de67c40f6c90207a67617b2c47b70f412d47ad1f87d321c491 148 0.06/1.00 vMB 161
139,119 139,119 0000000000000428d70d7b4527a7962ef703338d5e1a7278f4fecc2bcf6688f8 48 0.03/1.00 vMB 277
139,118 139,118 00000000000006c523825bf0f01b2ae9cf385de8d4b95339dfe9de4051270b32 125 0.05/1.00 vMB 157
139,117 139,117 000000000000077fecd376349f957de7c312dcd085b7a59a307cfb3375cbd98b 40 0.02/1.00 vMB 415
139,116 139,116 000000000000035537a7e83be91aeb326ae4b7c799d5430a413d468049c75043 15 0.01/1.00 vMB 208
139,115 139,115 00000000000000b0f11852ad2d0f77505f668daa7e237b66543e080a22ec651e 139 0.05/1.00 vMB 126
139,114 139,114 000000000000053ce57e75c5c78eb675a58936ebc06e6fb9f70bdab6be1c9fd8 23 0.01/1.00 vMB 154
139,113 139,113 000000000000000aeac173d93b0cce953be5e8266e1a61f997bc2a935b3b44d4 9 0.00/1.00 vMB 663
139,112 139,112 00000000000002d3e564d1e4ed87dfb18cb95c552c9f4ff1997ccdf8c34e7db9 37 0.01/1.00 vMB 38
139,111 139,111 000000000000075d43e9af8e59cb0d8a945620e60eab34cb337e0582c9c2cd53 33 0.01/1.00 vMB 68
139,110 139,110 0000000000000441a7516eed0348baf0b3f8855ba4bfeb8adae593a174ac3dd6 22 0.01/1.00 vMB 15
139,109 139,109 00000000000000d2a9bbc133b1c9dfb0e075d0f5f1d98794d4126ed07e4d5bfe 8 0.00/1.00 vMB 566
Previous 10 blocks ↓
Total Size: 782.40 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 664.70 GB
    • Received: 15.04 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.