Loading Tool

Explorer IconExplorer

Memory Pool

80,907 transactions
29.95 vMB
0.07630072 BTC
Random Selection Loading Transactions
Max Size: 180.62/200 MB

Candidate Block

Mining Attempt 024585017dfe7eb4a1a32da3685421c8cff3b1f3251dd3489868140271e63ee9
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root cc59a4f3538317fa889f5187c04ac317ece8858dbc1adf30450a598608f5b2fd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,120
Size: 1.00 vMB
Total Fees: 0.01520797 BTC
Feerates: 502.67 > 1.52 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (418,674 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,307 496,307 0000000000000000005cf8ad1aae76d93037df0ce8b9b3c1c46d2847525b2367 2,375 1.00/1.00 vMB 133
496,306 496,306 000000000000000000cef421bff47307dac432bb04eb5b582698e4bcbd6282de 2,498 1.00/1.00 vMB 200
496,305 496,305 00000000000000000075f0cb02e34434f6ed252955f5eb91299cc8355e4d95e7 1 0.00/1.00 vMB 0
496,304 496,304 0000000000000000001c8f500793b01dd99f3123c52e3d5ecba3017c70265da5 1,881 1.00/1.00 vMB 121
496,303 496,303 0000000000000000008a89036015c85dae5dbf2a85b52bc46dd25693dfb5b41f 2,622 1.00/1.00 vMB 195
496,302 496,302 00000000000000000099bd279ae3cb46e0b7b886922d731a438d9ca808076587 1,668 1.00/1.00 vMB 58
496,301 496,301 000000000000000000c6af765a63d3106a6f62f52f61d549b5a24e42686f0d36 2,282 1.00/1.00 vMB 132
496,300 496,300 0000000000000000001174ab6dc4c238a07c2d0bda88a01ce008fb977f5da90b 2,543 1.00/1.00 vMB 205
496,299 496,299 00000000000000000020d166268e2c53d2f00a4dda40b9a687785416f7053576 2,719 1.00/1.00 vMB 113
496,298 496,298 000000000000000000064c7e90dad2c667fbac9a6841d8dd0d991287ce0cd198 1,370 1.00/1.00 vMB 125
496,297 496,297 0000000000000000002635c22e41e0e9afca50a501bc3e0dc912338350dd0afc 1,987 1.00/1.00 vMB 141
496,296 496,296 000000000000000000b7bacdaf8cfa56be986c5b3c33d935897cb92b72e392de 2,343 1.00/1.00 vMB 190
496,295 496,295 000000000000000000cdb795279e717e7192f88105bef63e99bbb060c2dec5b3 2,353 1.00/1.00 vMB 180
496,294 496,294 000000000000000000536b2fae3fbe4c83df77c8510be83b71fa2e588445ba78 1,811 1.00/1.00 vMB 125
496,293 496,293 000000000000000000306ebe91cf43657e289607c88822f1b276651bacb73b6a 2,198 1.00/1.00 vMB 168
496,292 496,292 0000000000000000005772654a64b47ca5bba8ea5929c2e217572a233fbba9d2 2,523 1.00/1.00 vMB 193
496,291 496,291 0000000000000000000f3298c583884e2f23d9c9a14fd21a6aad289381f44156 1,924 1.00/1.00 vMB 88
496,290 496,290 00000000000000000065b9654d69cb91b06c2bc099e964e79eab63d8b2470f29 1,661 1.00/1.00 vMB 57
496,289 496,289 000000000000000000b0b77d8022eba679b51dd6bd29a5342c93f2f51d38defe 2,382 1.00/1.00 vMB 122
496,288 496,288 000000000000000000ccaaf4bb87b5d7bbd88519076964fc7871f08ef008edc6 2,257 1.00/1.00 vMB 180
496,287 496,287 000000000000000000b0b1f1d20b62f51ee7bb97401eb96ab7286a1677216459 2,688 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.36 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: 662.55 GB
    • Received: 14.86 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.