Loading Tool

Explorer IconExplorer

Memory Pool

41,364 transactions
26.65 vMB
0.06234717 BTC
Random Selection Loading Transactions
Max Size: 139.22/200 MB

Candidate Block

Mining Attempt 5a74218cce77ac6a2e492f81559072d1c3dd938e9112d829e0522c5551043185
Version 20000000
Previous Block 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39
Merkle Root bc19edd98808b7c1cb72fb85354d8ce45f74eec82125f65df5fe98a35941e5e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,002
Size: 1.00 vMB
Total Fees: 0.01316757 BTC
Feerates: 50.62 > 1.32 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,904 (362,514 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
552,390 552,390 0000000000000000000ddc41db784036088ee488bfbee27d76e47bc9487ff357 1,369 1.00/1.00 vMB 56
552,389 552,389 0000000000000000001352a202e0f305e098158ebf1159895a0e6ff70093237b 990 1.00/1.00 vMB 68
552,388 552,388 00000000000000000017ca191bfc28b065eca4df2ab9cb4e81541cd723f18d76 2,200 1.00/1.00 vMB 29
552,387 552,387 0000000000000000002c272f9f52db0701f386ed42e88c0fe169b3442596a96b 1,758 1.00/1.00 vMB 26
552,386 552,386 0000000000000000001a9142c0f3d30a064ed5219b8eb6b3e8472cb8813c8971 2,888 1.00/1.00 vMB 49
552,385 552,385 0000000000000000001531125df58c0e95765790ff8ddd13e804bc83f077998f 1,520 1.00/1.00 vMB 26
552,384 552,384 00000000000000000015038a38aa780723a79ae8fc6f1881240dac31aea9189d 2,245 1.00/1.00 vMB 26
552,383 552,383 00000000000000000015fe695e8d2e5ed3a7de81d3818ef43a444e1ee7b3ace2 2,423 1.00/1.00 vMB 31
552,382 552,382 0000000000000000001fd8c3e53ed3c47db3a9b326d1f2f130996f6f447c6c49 2,241 1.00/1.00 vMB 11
552,381 552,381 00000000000000000011638c6b7c0c2b8741a6f09ab020099ca17d5a88ac3d11 2,344 1.00/1.00 vMB 24
552,380 552,380 0000000000000000001c666b3297bd16cde7f4658bb0adc88e6dd53b1fb4d201 2,663 1.00/1.00 vMB 54
552,379 552,379 0000000000000000001d759519a42e6b9b83152d65022fd0942328f4e0aa1a64 2,525 1.00/1.00 vMB 46
552,378 552,378 00000000000000000011569b561289405d617d36f37428f75fdb8a0f9623c11e 2,401 1.00/1.00 vMB 23
552,377 552,377 0000000000000000000c15639e1d9fb3effc44ebca9153c913a6ac9e2ddad54b 2,109 1.00/1.00 vMB 19
552,376 552,376 0000000000000000001eeb96bb054510066bac20d7d028399c3136f23d8585d3 2,632 1.00/1.00 vMB 44
552,375 552,375 0000000000000000001f9c4e883e9ae9a4f166a61534fd6cdad4bb987da31d85 520 0.19/1.00 vMB 46
552,374 552,374 000000000000000000282f8f1d583fca97e06bcdbcd035c23eb578a451e49130 1,207 0.74/1.00 vMB 14
552,373 552,373 00000000000000000019910431ae57d8a17e9ecd8ffaa2c612a08c640d69be0a 1,168 1.00/1.00 vMB 9
552,372 552,372 0000000000000000000ac6030e6db64bde6ac8eee23b1bb25c0819c4639049f8 2,314 1.00/1.00 vMB 12
552,371 552,371 000000000000000000054d7a535b6b8e48b1a488c902f583805a1f0602b8ce84 2,364 1.00/1.00 vMB 33
552,370 552,370 00000000000000000018808105804be6825432b1d2be3754d27c17b05d4bed42 368 0.23/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.22 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: 654.70 GB
    • Received: 14.16 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.