Loading Tool

Explorer IconExplorer

Memory Pool

84,397 transactions
31.86 vMB
0.09713249 BTC
Random Selection Loading Transactions
Max Size: 193.35/200 MB

Candidate Block

Mining Attempt 162cbadca429cc2c4aef02c269d4bb41a2f0db1eee6da165087d8b2ccbea222e
Version 20000000
Previous Block 0000000000000000000205b45d904c19e542f059cf3fc09afcf93eab418f2243
Merkle Root 34e50eccf4e75c6cdf78464d6fd5a4ed56becf955033281857f5afaf5c2d881d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,758
Size: 1.00 vMB
Total Fees: 0.02635089 BTC
Feerates: 265.25 > 2.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,185 (460,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
454,300 454,300 00000000000000000096e4e0d7707f99a00b55a87efbbdf2c7c605912cfb3aab 2,610 1.00/1.00 vMB 201
454,299 454,299 00000000000000000017c9a938461d099506c1078ac9570f22a6d940d838538a 2,479 1.00/1.00 vMB 180
454,298 454,298 000000000000000002067e5cc9418de8207a418b13da49fc72458db8c81e5225 1,810 1.00/1.00 vMB 142
454,297 454,297 00000000000000000272ef15d14cfb0665219d803a09a57111fd9c830455ba81 2,255 1.00/1.00 vMB 134
454,296 454,296 00000000000000000148b1029469e643a32002536ecee964aa5cd9f4ec4bbbef 2,558 1.00/1.00 vMB 160
454,295 454,295 0000000000000000005dd65786774391d23d71f0af1f523980d4b5e041b701dd 1,321 0.86/1.00 vMB 109
454,294 454,294 0000000000000000015486554ca216974f499e55f24029b94761472578216b29 2,474 1.00/1.00 vMB 198
454,293 454,293 000000000000000000c1432b3d45b21d3a3e87ccc9c3de8718dfe552f9d4cf27 1,755 1.00/1.00 vMB 127
454,292 454,292 00000000000000000146ae518413108c830de74c0755b49bae6d47c521c52284 2,335 1.00/1.00 vMB 168
454,291 454,291 000000000000000000bf4ec454fd9be5b5f459a6722b743770533b6d4b2e91cd 2,348 1.00/1.00 vMB 120
454,290 454,290 0000000000000000027d38fb3c872fd3b8cbe8aaa20b749e6817403c3c82cc08 1,774 1.00/1.00 vMB 97
454,289 454,289 000000000000000001bd10301d90b2dae8cf40d7a1d74589c530a9d7e67f09a1 2,464 1.00/1.00 vMB 164
454,288 454,288 00000000000000000174ecd7085d0d539f9ff48365722ea86a4f48fdc23d424f 1,921 1.00/1.00 vMB 115
454,287 454,287 00000000000000000146126d498619689546aa5df4a7468dcf0aadcf38bcdc22 2,186 1.00/1.00 vMB 127
454,286 454,286 000000000000000000b332f6c98c678fbcb859e638e3c91d81d5a4e0107b8037 2,418 1.00/1.00 vMB 155
454,285 454,285 000000000000000000f19b8dbc679ed45b09da4f3ffd1f44a907c3c231e7c987 2,519 1.00/1.00 vMB 156
454,284 454,284 000000000000000001a7d1e96ff56662f4c887aef55e1579c6164425b1c573b5 2,642 1.00/1.00 vMB 162
454,283 454,283 000000000000000000096a77af0965630317614be917ad9a5c69482573c2d3ec 2,336 0.93/1.00 vMB 181
454,282 454,282 00000000000000000137e8f7309c78f4772f1f46d4c3c90458e492d53ad730dc 2,286 1.00/1.00 vMB 157
454,281 454,281 00000000000000000210d897b383d608c09d833b04145fce149864bc667eaea2 1,893 1.00/1.00 vMB 124
454,280 454,280 0000000000000000017ffe5ed3f1c0b8cd7a8e911f034b2fbc6faefa4cf9ffd9 1,938 1.00/1.00 vMB 127
Previous 10 blocks ↓
Total Size: 782.72 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: 704.99 GB
    • Received: 16.65 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.