Loading Tool

Explorer IconExplorer

Memory Pool

75,375 transactions
27.91 vMB
0.08060113 BTC
Random Selection Loading Transactions
Max Size: 169.90/200 MB

Candidate Block

Mining Attempt af482a98a0602f7aa9d20f63607705018ad64cb66eb10b57d2ea2d26d7d9bd18
Version 20000000
Previous Block 000000000000000000019f01622aa9ccac55b505788f3310454eb40145b7d73a
Merkle Root fe68879817f1ca409c00c1717b7c89798d4dad9095fd9b71d63190c7462ce003
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,297
Size: 1.00 vMB
Total Fees: 0.02079243 BTC
Feerates: 480.19 > 2.08 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,263 (460,982 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
454,279 454,279 0000000000000000015edf19f4369ec61ed50e1a53a1268633bbe1516d22b884 2,554 1.00/1.00 vMB 190
454,278 454,278 00000000000000000177f051a8853613897a08c813bbde0b78c4a090b13c0451 2,304 1.00/1.00 vMB 172
454,277 454,277 000000000000000000b5e6d35d74f8fe1ec8f730d8a7e67a4c4476c3cbdc1951 1,434 1.00/1.00 vMB 100
454,276 454,276 00000000000000000213d2ab3386bc47a6a23a3bb496bc885532634b611be070 1,982 1.00/1.00 vMB 101
454,275 454,275 0000000000000000027af72250819148f33b965f972eff6f80e831cdad12726b 2,154 1.00/1.00 vMB 134
454,274 454,274 000000000000000001dd55c298d93166051464a9cc33d93556f21f8d6c61d78d 3,087 1.00/1.00 vMB 133
454,273 454,273 0000000000000000015b38524a56642fec4280609f9a19fc689db31a1c3500fc 2,055 1.00/1.00 vMB 118
454,272 454,272 0000000000000000027936ccfbd40ee2cd1bb00b3f9f45a7f3f040f4eda701b8 1,292 0.86/1.00 vMB 131
454,271 454,271 0000000000000000017c98b5448e877cc7b1dd5449ca2ffca9b3c3f1086064d2 1,158 1.00/1.00 vMB 99
454,270 454,270 0000000000000000004bf362d883f7762a9cb63160c083019401766b340cad79 1,770 1.00/1.00 vMB 116
454,269 454,269 0000000000000000001220f78a51ed7bee24eb451e5e0d5287d1916a07259fd4 2,067 1.00/1.00 vMB 138
454,268 454,268 000000000000000000bfa1ec58bfc35ab6c0cfe62249986956e163f97ef66a15 2,059 1.00/1.00 vMB 132
454,267 454,267 00000000000000000166a09739ba50f77b7357e1bb27a7019ab3ffd5ef19082b 1,980 0.86/1.00 vMB 127
454,266 454,266 000000000000000001f40cbe913ebc38de383e879d40bb845f79b52db9a9cd7f 2,255 1.00/1.00 vMB 139
454,265 454,265 000000000000000000006d906715ea5f6389fd66693ab9db55005bffd293409e 2,848 1.00/1.00 vMB 176
454,264 454,264 00000000000000000145b4ed01cf541282b46e9be70ec9ccbc16a0ba0089dba2 1,187 0.37/1.00 vMB 201
454,263 454,263 000000000000000000607b9f38540faef25562a38cd30fd55b425d658d784032 2,222 1.00/1.00 vMB 138
454,262 454,262 0000000000000000026e67c8af1caea7a5d9ca11f8abba08088ffc1a12e01a62 2,006 1.00/1.00 vMB 146
454,261 454,261 0000000000000000024a36703916f82c45d1beb7d6a6aea0ed545009cd8de9de 2,425 1.00/1.00 vMB 183
Previous 10 blocks ↓
Total Size: 782.85 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: 712.56 GB
    • Received: 17.19 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.