Loading Tool

Explorer IconExplorer

Memory Pool

44,151 transactions
27.33 vMB
0.08010038 BTC
Random Selection Loading Transactions
Max Size: 142.71/200 MB

Candidate Block

Mining Attempt 091ee7c5c4c6a3e37a011154c4c741f16f80551de49f76d11ae05346f59de8e3
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root e818ce58ec3eb7cecf697eaaf7e9e2b427971a414d0ef3d4315a6e4f82f97e43
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,404
Size: 1.00 vMB
Total Fees: 0.02690279 BTC
Feerates: 150.77 > 2.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (677,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
237,464 237,464 00000000000000026afa285bc6c4972182b53c98fa84ddb5ce9d798b4850a1cc 92 0.05/1.00 vMB 172
237,463 237,463 00000000000000f04936661da4a6d864f596b1b66b139939a35d743c8bebeff1 531 0.23/1.00 vMB 182
237,462 237,462 00000000000000b228e0f9707a5bc4f010a098e04f3eca7b074dbcfa06ca9c8a 27 0.01/1.00 vMB 264
237,461 237,461 00000000000000f86dd7c950331795c6ae0933b0b0f9b2dd1dfca503869815d7 452 0.25/1.00 vMB 150
237,460 237,460 00000000000000cd888a913e789c786dba1f63bd0029be1740f5c47be925b4a3 246 0.11/1.00 vMB 192
237,459 237,459 0000000000000139c2c28e22f1735d14b252de6b13446aa23a5d736386e99839 196 0.08/1.00 vMB 183
237,458 237,458 00000000000000b9f8498233492bb98bb80604a97552bd9cd3bc02d7b7c3edd1 321 0.15/1.00 vMB 173
237,457 237,457 000000000000007394e0a21ae35a118cbc0aabd448c0a6652fa1b4a691ac36f1 219 0.09/1.00 vMB 215
237,456 237,456 000000000000014e992f169336c30876a32d71b982e0e4e39320129fede80a94 27 0.06/1.00 vMB 60
237,455 237,455 00000000000000245c73a74ecd10b8b5dc7f63ac7d080ffbb98044e095e78f72 460 0.25/1.00 vMB 159
237,454 237,454 00000000000000e8b05d792991495655945ad861221760c2b2f4f5831da46aff 427 0.21/1.00 vMB 170
237,453 237,453 000000000000013b4e55745ffcb1a92ef9b56f3f3036d1e9bf13bdd71fd674b3 282 0.10/1.00 vMB 42
237,452 237,452 0000000000000148d1f2f2fcde59d96454f62e1cf9e0c11fb7b979b7f54086c1 309 0.28/1.00 vMB 116
237,451 237,451 000000000000001c6f5f27a51f8538442a85f3cc8eb3c563baf44384679d3b53 58 0.02/1.00 vMB 154
237,450 237,450 000000000000013673135508f7f5e1e81e1316d0b211358ac4b5e0e00138a716 82 0.05/1.00 vMB 108
237,449 237,449 0000000000000038d3a3a3fde9670b8cf25601b48afdb7118bb7760eaa917827 316 0.10/1.00 vMB 8
237,448 237,448 00000000000000f963b7d10fc7cd874a206c7ca9522bd92fbee9477d35c18a5d 307 0.13/1.00 vMB 159
237,447 237,447 000000000000001d3255ffa322550077514ebcbfc93654b5b0f99930e3853b46 301 0.24/1.00 vMB 101
237,446 237,446 000000000000014d18e939f2c05e241f3827fe02db291cc59857f458ab5b18d4 88 0.11/1.00 vMB 71
237,445 237,445 000000000000009682650c46fcd2020c2385fc75a18a9be44e79ecb409b437a4 630 0.25/1.00 vMB 203
237,444 237,444 000000000000016aafd05cef527b7d3600532cc38647a2a239da7a7617cbafc5 157 0.08/1.00 vMB 119
Previous 10 blocks ↓
Total Size: 782.18 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: 653.66 GB
    • Received: 14.00 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.