Loading Tool

Explorer IconExplorer

Memory Pool

86,087 transactions
32.00 vMB
0.12663653 BTC
Random Selection Loading Transactions
Max Size: 196.13/200 MB

Candidate Block

Mining Attempt 23b6031299d7df6b9703299f4d0c50aa4651d6135d8072c3ee17a6733fe040ea
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 27a186d63d9ed2cfe926938f701c7bb1503c2de5c46f1754cea9f869b34f3d00
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,088
Size: 1.00 vMB
Total Fees: 0.04650721 BTC
Feerates: 301.57 > 4.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (90,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
825,197 825,197 0000000000000000000251ce500c7092ed52b5971919e903576abdc0f28739d8 1,528 1.00/1.00 vMB 33
825,196 825,196 00000000000000000001d4530c76dce495e17095663b51508d23a6e5cc201338 2,833 1.00/1.00 vMB 49
825,195 825,195 00000000000000000002739ff88007a9d0e2b5d58ba21950ddab0feaa8f6790e 3,451 1.00/1.00 vMB 69
825,194 825,194 0000000000000000000090bfd435255462933284f0632545d5e7b8fa655255ef 3,330 1.00/1.00 vMB 62
825,193 825,193 00000000000000000001aed0771e28c8a6f5a7aab63bbcf8c7a97112527f4c3e 3,026 1.00/1.00 vMB 109
825,192 825,192 000000000000000000019939f9292452cfb218bfcfecff170cf2912f40591501 3,162 1.00/1.00 vMB 84
825,191 825,191 00000000000000000001b089235da09389605d89acf1a4470fdf221a73cb269f 1,989 1.00/1.00 vMB 37
825,190 825,190 00000000000000000002d5fe7210cb25254a576f4fd8adc3cdf876d6a8415cfc 2,794 1.00/1.00 vMB 38
825,189 825,189 00000000000000000000937d11fe3185110ce4244f70bb39782b4c3ed6484a3a 3,127 1.00/1.00 vMB 87
825,188 825,188 00000000000000000001527bba28f7b5652599a2d4213d1fa2b69eecafe90b82 2,375 1.00/1.00 vMB 49
825,187 825,187 000000000000000000012a300541c9071c19c7cb1c19bdbd8a55a2b1379af5b2 3,346 1.00/1.00 vMB 70
825,186 825,186 00000000000000000000d7ebd8bd8d73b1d27674e13b62598eff54c99243b7fe 2,991 1.00/1.00 vMB 69
825,185 825,185 00000000000000000000267e363d2fb62ce3d8984437ccc21cc6a1005e3bf033 3,100 1.00/1.00 vMB 55
825,184 825,184 0000000000000000000061a146d29236cb77cfff4cc676d44989e5e5ffa0714e 1,306 1.00/1.00 vMB 35
825,183 825,183 00000000000000000003cc0d7d51b84a87ed5b436b2f030bb4aa4bd76ad7cea9 3,623 1.00/1.00 vMB 66
825,182 825,182 00000000000000000001aa98b78670bc8fb580212ec267073b4a3d72aa47328c 2,644 1.00/1.00 vMB 39
825,181 825,181 00000000000000000001a79d1975ec91e1b56d917ba0b7d512d85f7ba2987b9c 3,567 1.00/1.00 vMB 76
825,180 825,180 00000000000000000002f7bb235ee2512d969e49628a203c886207a15bce7fa1 2,915 1.00/1.00 vMB 46
825,179 825,179 00000000000000000002776d0e43411a88cae45efd0278caf6dbd207262374f3 4,863 1.00/1.00 vMB 76
825,178 825,178 0000000000000000000048767483a3267d8aaf2969ef7f4d500df3f5dab3582f 3,601 1.00/1.00 vMB 65
825,177 825,177 000000000000000000009075a598ead1dd2ada99ec2c272513cfac5dbdbb1ad7 3,174 1.00/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 782.78 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: 709.60 GB
    • Received: 16.93 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.