Loading Tool

Explorer IconExplorer

Memory Pool

69,645 transactions
30.95 vMB
0.08217182 BTC
Random Selection Loading Transactions
Max Size: 176.73/200 MB

Candidate Block

Mining Attempt bc6dfbc07577a3bf8a7c584a81f1ad3d53adc6ba4e0150abdd63bd83ff0cd93c
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root 31c632786f3890fcaf23da7e2bc54c7c181cad1cd91658c7176b2d7c7387f4c4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,192
Size: 1.00 vMB
Total Fees: 0.02149876 BTC
Feerates: 150.93 > 2.15 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (231,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
683,285 683,285 00000000000000000003f00eee37b7292f688a92e683943b5debb574e5c4199f 1,509 1.00/1.00 vMB 57
683,284 683,284 000000000000000000030f51cc17ca9832c3bb36cdb1ec6c500420a8f27b180a 1,106 1.00/1.00 vMB 61
683,283 683,283 000000000000000000067798c225199a0fa7140f132402f6a7f5fd7d1c6e7667 1,732 1.00/1.00 vMB 53
683,282 683,282 00000000000000000001ed5802386455fcf75b79af162a882817e1e2410f8ed3 1,799 1.00/1.00 vMB 61
683,281 683,281 00000000000000000008a74191e60a805c15c4e83e9b267c5e77a2bd9d6e1829 2,631 1.00/1.00 vMB 55
683,280 683,280 0000000000000000000acc7c384943c6cb7935574b14f343efc9d8dd2c8f858a 2,767 1.00/1.00 vMB 71
683,279 683,279 0000000000000000000182b1b7a725a6e2643b7d0e0ca9c08088cfdcc0a96a8e 2,594 1.00/1.00 vMB 111
683,278 683,278 0000000000000000000606b08de5c55dc0bde82c34ada238d6dc3d5be05bac5b 1,840 1.00/1.00 vMB 30
683,277 683,277 000000000000000000067bd0d8dddfd20bb2d8bb084b199faebd2ea495665d0a 1,936 1.00/1.00 vMB 41
683,276 683,276 0000000000000000000471c02e9cfa0da9f53b1b78b582b9a4fd943967902683 1,486 1.00/1.00 vMB 46
683,275 683,275 0000000000000000000a638af7166e7dc250e0c5e370b662e88c85616a681d27 1,796 1.00/1.00 vMB 54
683,274 683,274 00000000000000000000ac0e98d0ff16519d80fff952d2d12b77a6ba25ab7b05 2,213 1.00/1.00 vMB 89
683,273 683,273 0000000000000000000cc09df69592553f00431741a9e49e540a3be66da541f2 1 0.00/1.00 vMB 0
683,272 683,272 000000000000000000037c05d54e63858ddcd16c02f1a4fecfe4a1c15fe4814a 2,698 1.00/1.00 vMB 50
683,271 683,271 0000000000000000000739e6cbf92cd92452feb74eed35f3054192971717f326 2,180 1.00/1.00 vMB 57
683,270 683,270 00000000000000000006170cff471c9d12ffffff8fe2acf46e115b092e2d88a4 2,832 1.00/1.00 vMB 70
683,269 683,269 0000000000000000000d6f4c00b0ab128e793c2751235f932a4da08d5b892bae 2,456 1.00/1.00 vMB 55
683,268 683,268 000000000000000000000865c02a6efaab0aec6c67c69e1a396b8de9822c7c70 524 1.00/1.00 vMB 58
683,267 683,267 000000000000000000047a07b6a8500eea0a3ff8b1cefffa8b181582f1bfb5ca 1,197 1.00/1.00 vMB 61
683,266 683,266 00000000000000000005845c0f83486842bccd0b257cedd911d99384b21eb1e3 946 1.00/1.00 vMB 57
683,265 683,265 000000000000000000076e4169cd0e643fb8f4449a3b9323a51efd7c456471d4 3,014 1.00/1.00 vMB 82
Previous 10 blocks ↓
Total Size: 782.29 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: 657.09 GB
    • Received: 14.48 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.