Loading Tool

Explorer IconExplorer

Memory Pool

80,154 transactions
30.17 vMB
0.11676600 BTC
Random Selection Loading Transactions
Max Size: 180.51/200 MB

Candidate Block

Mining Attempt 9a74a8b1a36481fd5349a556beeba1278c909b2d5a26f18dda01e069c715cd1f
Version 20000000
Previous Block 000000000000000000002eabceb06a9084ae7362b60d023c0338d08728b0d723
Merkle Root 217b3b3d29f3e901dd62c98857f456de713b920bd495845fc40e445aa6548aef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,712
Size: 1.00 vMB
Total Fees: 0.04629709 BTC
Feerates: 574.11 > 4.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,105 (455,910 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
459,195 459,195 000000000000000000fe11c348b33eae9b7ef16388de3ddc568d46f322462821 2,079 1.00/1.00 vMB 182
459,194 459,194 000000000000000000b40143b2398326bb6706e2ce82b60ab210d6cd6a9d10a1 2,390 1.00/1.00 vMB 207
459,193 459,193 00000000000000000156dd6b227b206cacab4faae14c2c42b0d6f911c5b0e056 2,460 1.00/1.00 vMB 171
459,192 459,192 0000000000000000022f614eaf6e434638bd771a6f4b4be872de6df1ebf24a5e 2,577 1.00/1.00 vMB 205
459,191 459,191 0000000000000000001278285149669a90dd507d2d0fd9e569c42cee53f9c7de 2,013 1.00/1.00 vMB 151
459,190 459,190 0000000000000000014f446a0da01ac2bf41e3bcc38e639ee077180ebe78b9b3 2,207 1.00/1.00 vMB 131
459,189 459,189 000000000000000000022aba60c684054d76102db6a63e231ca91c14194e65bf 2,141 1.00/1.00 vMB 168
459,188 459,188 00000000000000000222d14e27d111f6e5c278bcfe291a51d00c84af8d9de56c 2,422 1.00/1.00 vMB 170
459,187 459,187 0000000000000000003c55e8826d2205ff7062e941ef4d942c173256a1f137d0 1,983 1.00/1.00 vMB 215
459,186 459,186 0000000000000000010ad9c5d11f8b0e20b346ca32090a5a0a7e29d336591a64 2,037 1.00/1.00 vMB 166
459,185 459,185 0000000000000000006aee83fed0e47ca015e52fc919c2e3ddddd0752609387a 2,012 1.00/1.00 vMB 160
459,184 459,184 00000000000000000057fd04ccf98250f1e6c8f22cbb45b750d7c12b9d9bac8c 2,031 1.00/1.00 vMB 212
459,183 459,183 00000000000000000149b255c111c4ecf6b91c6248d44fba622a21afe75baea9 2,367 1.00/1.00 vMB 170
459,182 459,182 000000000000000002307218468fee8b9e6da0b8d2f30b57d01e277646b60764 673 0.43/1.00 vMB 90
459,181 459,181 00000000000000000118259dedf1966f27c61c13c0f31c0fd17e73b50b56e155 2,196 1.00/1.00 vMB 100
459,180 459,180 0000000000000000024d91409998e7488324bd06ce6b3cf9dd6305df92368a30 2,146 1.00/1.00 vMB 135
459,179 459,179 00000000000000000016672005b20193f2991031e83ccd73412dac1f92b387af 2,909 1.00/1.00 vMB 206
459,178 459,178 0000000000000000001aedddcf0838e32bc3c0f5b984dd3793fa6f939d42da66 1,738 1.00/1.00 vMB 122
459,177 459,177 000000000000000000beceea3ee9216dc66d71c8d512001bdb2e87720eec91cd 271 0.17/1.00 vMB 166
459,176 459,176 00000000000000000103ef5d22fe652ee6cca932e338cdaea3d67d768bdc0f3e 22 0.01/1.00 vMB 87
459,175 459,175 000000000000000000f9b1825cf9f77dd363454c03c2e5770bc659b4f3a0a161 142 0.06/1.00 vMB 135
Previous 10 blocks ↓
Total Size: 782.57 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: 671.19 GB
    • Received: 15.87 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.