Loading Tool

Explorer IconExplorer

Memory Pool

79,577 transactions
25.25 vMB
0.05829994 BTC
Random Selection Loading Transactions
Max Size: 159.67/200 MB

Candidate Block

Mining Attempt d4bfc5f1cc995d9dd4db18ff06c9a273be367f1b7483bb754eff25c976e58867
Version 20000000
Previous Block 00000000000000000000b996e18602ef42a66f5998b12fda74a2206f1a53c32e
Merkle Root 9bbf4941dc7ac608e6574d0b07eb0f27deebaff5bbbb34ed755d7a8258fc968a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 7,150
Size: 1.00 vMB
Total Fees: 0.00294672 BTC
Feerates: 7.03 > 0.30 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,960 (789,789 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
126,171 126,171 00000000000019fd05e937b4a8c28f97ec7fa14ebf07a2d89f1a208f1d54524d 17 0.01/1.00 vMB 990
126,170 126,170 00000000000002ec8b65c368e71d174fe196bb038105c28b971c0537ff31c690 13 0.00/1.00 vMB 1,208
126,169 126,169 0000000000001065c174e6e5dac96963a050eda0ad88fa609e07e2f4ff4bb2e0 13 0.00/1.00 vMB 740
126,168 126,168 0000000000001062045d8de23c3c40748b6ea97b76a0794f39054acb3f3c2f59 52 0.02/1.00 vMB 1,268
126,167 126,167 00000000000041ae8926ba712b2bd282b1cff0ab0cf4de8961db43157ada4b1a 8 0.01/1.00 vMB 1,403
126,166 126,166 00000000000036be183e0573cbcdd0895684611be971e4aed2f3653410362a27 6 0.00/1.00 vMB 0
126,165 126,165 0000000000002b054249e6ca7f0c9c57b227cbc9e9da23bc6ec039d049cd86ce 2 0.00/1.00 vMB 1,675
126,164 126,164 0000000000001a28c6cea1145a9bc5098bab4e04a5cd9988f024af3c48f0dbb4 11 0.01/1.00 vMB 809
126,163 126,163 0000000000001da83107a35c46c342b153e39ae1eb4800ffe8d7bb4590a6ed3f 11 0.00/1.00 vMB 1,602
126,162 126,162 0000000000000df62cb0f6a84101176f6a4a43eebf237bd50a6282d61173258b 47 0.02/1.00 vMB 425
126,161 126,161 00000000000013c0012f8ed6dc37161055628599d5027ef88ce2792b0b51d278 28 0.01/1.00 vMB 1,162
126,160 126,160 00000000000027cce715c497c1b6d37dbccfe8cc637ae4b03bd706ffbc421a12 23 0.01/1.00 vMB 603
126,159 126,159 000000000000381bc3335b0250c6b61d431b650c00cd525a5d28e5bda6be5702 9 0.00/1.00 vMB 705
126,158 126,158 00000000000020e9f660fb198279221c3f29db7258ea295da1f5050971514bd5 18 0.01/1.00 vMB 518
126,157 126,157 000000000000373c6b6b9cc921a48978393e74c81fe5066e62dad03889be466c 22 0.01/1.00 vMB 813
126,156 126,156 000000000000264d4bcaabfc91d8c1be3c2a49a07b466a3ca1cf2b060eb52f95 18 0.01/1.00 vMB 799
126,155 126,155 0000000000000cb04f2a677afbdebb9de76877677cdefc5b39b861948930b0b3 2 0.00/1.00 vMB 3,875
126,154 126,154 0000000000002f1934d3aa7ace10c8560e7e6b5b77be6d03bbdcaebf3152b240 6 0.00/1.00 vMB 2,362
126,153 126,153 00000000000037afd13071b6736569c9b1abf158e7a531fa2422a86923f2b269 3 0.01/1.00 vMB 962
126,152 126,152 00000000000027db614bcf70432b7a383ed16d300e5946926bc740040c986375 8 0.00/1.00 vMB 0
126,151 126,151 00000000000010502396ec93ba4e2fbe1abf83c2299ca64c4244375b849a0f75 27 0.01/1.00 vMB 1,212
Previous 10 blocks ↓
Total Size: 784.05 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: 802.44 GB
    • Received: 22.91 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.