Loading Tool

Explorer IconExplorer

Memory Pool

25,356 transactions
4.80 vMB
0.02623863 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 37.79/200 MB

Candidate Block

Mining Attempt 26021f0057194c2c5b0ce24c88433f82274f860fd62c0f461acfeab716d3bcaf
Version 20000000
Previous Block 0000000000000000000137532adac783c427e68f30b01fcd4519d37b5a7f8667
Merkle Root 0b67b1cd98f8dda5766eecb622620bf51d1df30566699ddf775d2d9183768a5c
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 907
Size: 0.72 vMB
Total Fees: 0.01556271 BTC
Avg Feerate: 2.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,841 (769,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,814 143,814 00000000000000dd75c4a706bb2006dd9d2fdc159befbde8112f8d2ec06ca881 0.00 MB 11 382
143,813 143,813 00000000000003fbf7e34d2c675c1d58d5a001c49d988cfa85a257e5948c5ce3 0.00 MB 17 275
143,812 143,812 000000000000077c0978ec7f4406624ea48f0ba5580e8e9d5a5211481431c51f 0.02 MB 69 163
143,811 143,811 000000000000033ea0c4300cf28c2b19124ddee39695aac36fe8632da9683c76 0.03 MB 104 194
143,810 143,810 00000000000006fd5954df866876c8eb99e33bfeb7398dccf613f4997141cfac 0.00 MB 15 248
143,809 143,809 00000000000001501f6d71a937fd330a183b5971af0607e106545e79fe2a309c 0.01 MB 31 56
143,808 143,808 000000000000083d01ec94004a2b5caf0194e143b877d8a61a8e463266c49ee3 0.01 MB 26 269
143,807 143,807 000000000000034ffd9fab99e65f64f593702375bd543dd225f4d17062cdae88 0.02 MB 46 32
143,806 143,806 0000000000000488d43539320e4bf05f8c5f7977855fe10658a32b4daee90803 0.03 MB 64 146
143,805 143,805 00000000000002f22a46fc352f11b5a32507da672a9d2da0669ce5bd5bc89aab 0.02 MB 43 51
143,804 143,804 0000000000000275d195535b15061d1d790e920ae295b70e894b303d890fd37e 0.02 MB 44 83
143,803 143,803 00000000000002c79293cc8c1b7d9044807f8919e6a23048f5e4df2ecc4b0ef1 0.00 MB 10 44
143,802 143,802 0000000000000715fa7dc70c39989b933d15110a91f0c4480c52214bd4f2b62d 0.00 MB 8 44
143,801 143,801 0000000000000619cd935735da7b994e3f72965b5900a890772007978e0933ae 0.00 MB 4 24
143,800 143,800 0000000000000924f634b005286ad2832ee74f4ba26424f02d29ffc250c419b5 0.01 MB 30 291
143,799 143,799 00000000000007c20a5b8f822c241d0133ddda02f0a49158be25d98859ea74a9 0.03 MB 38 344
143,798 143,798 0000000000000880b16e24437cce49b579aaedb79c9bd30662f0e1371a325617 0.01 MB 10 199
143,797 143,797 00000000000002303e30988d7e8d17e4d171036b05d843447a8e3e836d64d5ff 0.00 MB 1 0
143,796 143,796 000000000000092c9c85cb50d5afc869cdd4d463e265c95a8df92d32eed5f7f0 0.02 MB 76 63
143,795 143,795 0000000000000186a198f7393e28f3227c33fc93031c9072cb866911da4d171f 0.03 MB 82 145
143,794 143,794 000000000000029e7f389f2be7f384c5bbcd97be8f6c772b9fe7bea8c83e53e6 0.02 MB 33 164
Previous 10 blocks ↓
Total Size: 778.57 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 101
    • Outgoing: 10
  • Data Transfer:
    • Sent: 185.89 GB
    • Received: 2.11 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.