Loading Tool

Explorer IconExplorer

Memory Pool

83,482 transactions
26.50 vMB
0.09150315 BTC
Random Selection Loading Transactions
Max Size: 166.57/200 MB

Candidate Block

Mining Attempt 8d065d91404569e27d502548b721f2e9ac01762782b666a4695d34432989ae3c
Version 20000000
Previous Block 00000000000000000000af19f33cfaba69ef915da021fa9989d963a8bc8a4cad
Merkle Root 1f5b97949a9add6fec65c6a6e7f032b78843e793f82e69410851b86a75ad9ca7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,095
Size: 1.00 vMB
Total Fees: 0.03075870 BTC
Feerates: 165.00 > 3.08 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,956 (789,790 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
126,150 126,150 00000000000000b62033156410992c8a28f4eac6d57e18f32a836925df44669b 1 0.00/1.00 vMB 0
126,149 126,149 0000000000001496c2ddfa69ee834e4ff50e197c0430c0632bce2b8c4dabcb9c 1 0.00/1.00 vMB 0
126,148 126,148 00000000000001cec99d2154d00a60dfeebd9f22f84de010ed7137eb154c613f 14 0.00/1.00 vMB 711
126,147 126,147 00000000000034924c47d631284439d51239dfc4a9ab5165c1bae39d952e6be3 6 0.00/1.00 vMB 0
126,146 126,146 0000000000000ee5ed2fe61e0f58c47b8494de0aff0e85090f0f7d59aa64feb1 7 0.00/1.00 vMB 410
Previous 10 blocks ↓
Total Size: 784.04 GB

Node Details:

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