Loading Tool

Explorer IconExplorer

Memory Pool

83,430 transactions
31.21 vMB
0.09528554 BTC
Random Selection Loading Transactions
Max Size: 191.50/200 MB

Candidate Block

Mining Attempt fcbd552b76ddf939be003c2e140d5c8411f8ba8227b1bffd8f300597aaee15d6
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 503ad26cac625d86fbc4c827626d0c3e7f3021f037a598d0f301d0be21975185
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,701
Size: 1.00 vMB
Total Fees: 0.02486297 BTC
Feerates: 301.57 > 2.49 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (458,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
457,176 457,176 00000000000000000246bf6d921fa33db93def1cc4d644f93cc472b3ca503e82 2,135 1.00/1.00 vMB 152
457,175 457,175 0000000000000000016e0669b823a26c841a126153e8284c91840964ba1e3e59 1,942 1.00/1.00 vMB 199
457,174 457,174 000000000000000001226023f6c323f6c8f1e6245a1885a6a7479cb710c4fe97 1,831 1.00/1.00 vMB 194
457,173 457,173 00000000000000000134f8f4d5729cf26d22e169d2164a5e319e1be4a3f2eb4f 1,008 1.00/1.00 vMB 67
457,172 457,172 000000000000000002305c25e1d971dfdc8acfaa2f735337584caae5062698ef 2,090 1.00/1.00 vMB 114
457,171 457,171 00000000000000000092165b4d580419f5bde340e3d9387005ad4cb84b2ae577 2,472 1.00/1.00 vMB 181
457,170 457,170 000000000000000002528d19712fa506dd0e50ca02a6330a6ba759f9219d3dfb 1,627 1.00/1.00 vMB 180
457,169 457,169 00000000000000000182861ee52a1d89b8925d38d8d45c70b3b47c330630af3a 2,224 1.00/1.00 vMB 271
457,168 457,168 000000000000000000271d593737af78509bf3ac445dfc2558e0ab46908765e9 2,047 1.00/1.00 vMB 205
457,167 457,167 00000000000000000252503989f3d8d35ef3e29757f2f01c1d8d0e445a24f40b 2,479 1.00/1.00 vMB 191
457,166 457,166 000000000000000001e5dd41abe62e3b8e9eb750fd218883c30efefe7a4d6619 1,341 1.00/1.00 vMB 125
457,165 457,165 00000000000000000188e7213c9507baf44003cafd281b7a8cc7087956e11bae 1,763 1.00/1.00 vMB 96
457,164 457,164 0000000000000000021eec129de06ea0d22dc789d0c3f4b5b7af84a35a09b63e 2,174 1.00/1.00 vMB 142
457,163 457,163 000000000000000000c3a9f003b3e0bbe826bddfb8dba7492b9da32fb49612b5 2,294 1.00/1.00 vMB 174
457,162 457,162 000000000000000000724e86c4470ebf68b6a103f639c7bd6d8b7503828c4a76 2,512 1.00/1.00 vMB 127
457,161 457,161 000000000000000001777005ce1e1ef6d639701db572b77ad676dece2257db46 2,247 1.00/1.00 vMB 199
457,160 457,160 000000000000000001c95b6cf32ac77f0d58df8204f0b9a17c44ad0ff8c08d01 2,338 1.00/1.00 vMB 211
457,159 457,159 0000000000000000021ddaa06a5d3e9f3341b085819462b76d8e67e924037501 1,145 1.00/1.00 vMB 160
457,158 457,158 0000000000000000020b5700f44d69f0e0c89d8ab22408555618ea7f802a889a 1,671 1.00/1.00 vMB 123
457,157 457,157 00000000000000000261ddf707af5b482fd2b98e99216dffae3c095f10751566 2,294 1.00/1.00 vMB 231
457,156 457,156 000000000000000001a6bf5949518001a862dbfc19c63681e3ed4eab6233c162 2,067 1.00/1.00 vMB 186
Previous 10 blocks ↓
Total Size: 782.78 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: 709.56 GB
    • Received: 16.92 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.