Loading Tool

Explorer IconExplorer

Memory Pool

29,982 transactions
17.14 vMB
0.05164409 BTC
Random Selection Loading Transactions
Max Size: 91.86/200 MB

Candidate Block

Mining Attempt 45b31ecb93ece637a005cab60f66fae61d79901ab3c1e2e70b9aeec2f7d1b43d
Version 20000000
Previous Block 00000000000000000001ef74dfae70b7f5106732354c17fa5d73161353fed594
Merkle Root a01926bef9ef09f181643788321b55883aae0a47ea2c09ae9185dc3616b6ec73
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,462
Size: 1.00 vMB
Total Fees: 0.01942412 BTC
Feerates: 301.57 > 1.95 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,166 (789,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
124,795 124,795 000000000000014004ba6606a31239f15192fdec236326f7a948241e221ce6a3 11 0.00/1.00 vMB 551
124,794 124,794 00000000000055ea18fdf346e81ea9521ccaa70d12d9923b08e36eab9de1bea0 12 0.00/1.00 vMB 334
124,793 124,793 0000000000003690ab9717d3d32012555d3a362118ee313787f423a058bb0e85 25 0.01/1.00 vMB 1,153
124,792 124,792 00000000000054da696ae7a79caedee8a597b4d539c854c62b195203e7afe328 7 0.00/1.00 vMB 308
124,791 124,791 00000000000003aad2baa316330cb9604aec2e93c651e66ac85d7ba3eaef1247 1 0.00/1.00 vMB 0
124,790 124,790 00000000000022ac33e4fc5a77347736818a00c299f7e80019030bf10868d262 8 0.00/1.00 vMB 673
124,789 124,789 000000000000243994f9b251cb09429245188e60a737dcf54733e5692e81b935 12 0.01/1.00 vMB 488
124,788 124,788 0000000000002f14f55a01aeae23ae9d3cfe0b5504f4e31be25140836a3fba37 46 0.01/1.00 vMB 624
124,787 124,787 0000000000005f6e5ac3beb92d89a702d65595915ae2818f2c78d4d504a92109 60 0.03/1.00 vMB 1,087
124,786 124,786 0000000000002b322c1c251e3f6ab847ce9194a886e1ce979748917de45b1112 55 0.03/1.00 vMB 737
124,785 124,785 0000000000003872ecbcfd2e4326e6ea7a40a9ba465f90a977481cc910229cc5 16 0.02/1.00 vMB 256
124,784 124,784 00000000000001a661b36cf4138bb3b845a46a00dced60e5b5ffa2e9e12da9f9 15 0.00/1.00 vMB 2,111
124,783 124,783 0000000000005fcd052a36f3f1dc882e502a93431fce62b063a9a7c23bda2c3c 12 0.00/1.00 vMB 2,120
124,782 124,782 00000000000046ec5ba9c00f95f716f452588e9a56cf182d22f16ce9c04417f2 7 0.00/1.00 vMB 0
124,781 124,781 000000000000235f33098c54079c2209c55c30ad311ae8a75ed011dc81d314cc 30 0.01/1.00 vMB 303
124,780 124,780 000000000000119751011af3187b64f3d78881239f2fae722695f5a3f1905e7f 7 0.00/1.00 vMB 2,070
124,779 124,779 0000000000003b4697328cfbba91cb5fe119b55346a01b07dfc13a8cb8abd0a8 4 0.00/1.00 vMB 0
124,778 124,778 00000000000010e85ecea6d7444c90b5c7ace6b6c48152ae759adbe2eb4700f3 11 0.00/1.00 vMB 0
124,777 124,777 000000000000264aa0ca1d29863a96d41a2cd60e4ab0e5ba2e0ba97d968e653f 22 0.01/1.00 vMB 832
124,776 124,776 00000000000005080e11261a3b523678b5c64fc3d46a3caf3bb0aa40cb35e396 9 0.00/1.00 vMB 914
124,775 124,775 00000000000037a2e2db2deb1cb99f4448a81cc33e685ff49a67bbbfc8010967 11 0.00/1.00 vMB 1,184
Previous 10 blocks ↓
Total Size: 780.89 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: 566.74 GB
    • Received: 7.68 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.