Loading Tool

Explorer IconExplorer

Memory Pool

41,220 transactions
26.29 vMB
0.07421672 BTC
Random Selection Loading Transactions
Max Size: 136.91/200 MB

Candidate Block

Mining Attempt 252af30a608f136ac28e21d11e4c84fa0a6b7304b820add0eec94b91902830b8
Version 20000000
Previous Block 000000000000000000013172dab51509996317423f3aad076a64431a5d3c1352
Merkle Root adddaff516936635d85082baf924175c14bc9b48f714ad0e6b16edd8009d63ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,710
Size: 1.00 vMB
Total Fees: 0.02611480 BTC
Feerates: 150.98 > 2.62 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,874 (342,680 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
572,194 572,194 0000000000000000002bad1ed6f14d28452dda24fe6bf0b642cf0dd3a06db61a 1,615 1.00/1.00 vMB 62
572,193 572,193 0000000000000000002a3c6ca2faf0fe6a69963904752f1d8ad0d93bc983998b 2,887 1.00/1.00 vMB 66
572,192 572,192 0000000000000000001f9d99591a475a340c64fd1fe78cc9305fbb7be740c670 2,665 1.00/1.00 vMB 69
572,191 572,191 00000000000000000022199bee1f2c7816b671add682d712ea222ad3e3f416ea 3,465 1.00/1.00 vMB 69
572,190 572,190 00000000000000000002a7fbbc2d36d2ee3e45836106ac52cb60ea9a9cc25aa6 2,866 1.00/1.00 vMB 96
572,189 572,189 0000000000000000000ff380351bba881411ec802a48da0cd0a75bde099c3932 2,378 1.00/1.00 vMB 44
572,188 572,188 0000000000000000000e53bc767b931522f82acdfdf3f0d83a314bd7e67308d2 3,146 1.00/1.00 vMB 56
572,187 572,187 0000000000000000002b5a5f1cc5e5601d0c8ff4eff524d4b791ee7ef98cfb65 2,178 1.00/1.00 vMB 48
572,186 572,186 00000000000000000016490dd078ebdaac62031be1ac8fc79f92ae8e14167b94 2,126 1.00/1.00 vMB 56
572,185 572,185 00000000000000000017341d7c4963d0c80d1d5555dd730c061a38fffe591061 2,592 1.00/1.00 vMB 30
572,184 572,184 0000000000000000002b6830e4bf930b7b02c2ba4da53eb12fe2127f134af325 2,148 1.00/1.00 vMB 54
572,183 572,183 00000000000000000019e732b5c481b3de551c20e539d2a747e17afd1f269a9a 3,215 1.00/1.00 vMB 65
572,182 572,182 0000000000000000002800a399c9d1d4b7d84a11d71f162064a4e1d7e9153237 3,143 1.00/1.00 vMB 70
572,181 572,181 0000000000000000001e5f9395431fc37313b4fae42ab08f6f2f0b34df049ca7 3,046 1.00/1.00 vMB 87
572,180 572,180 000000000000000000184f4136e6beb8e204505c4ba74ebfe78329af3ea86d97 2,623 1.00/1.00 vMB 40
572,179 572,179 00000000000000000020c359cb5769247d7dd5cdc53752aeb21785297338cada 2,855 1.00/1.00 vMB 53
572,178 572,178 00000000000000000022d54816249d110e6fb8523226ceac2a7e4d96f64fff0b 2,852 1.00/1.00 vMB 65
572,177 572,177 000000000000000000296df0130a4c06b1b24a046277e29b097c23d52eac7dff 2,917 1.00/1.00 vMB 98
572,176 572,176 00000000000000000008ae12eff2444d0ece36f25d5e9022bf8d8b3e68e0dcd9 2,589 1.00/1.00 vMB 56
572,175 572,175 0000000000000000000c1166fcea9f54afbd8e7451f5598584e2dde9e782ade1 1,830 1.00/1.00 vMB 47
572,174 572,174 000000000000000000077603296119968a7f7b6fe63db493b849aa42909f8a96 1,791 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.16 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: 653.44 GB
    • Received: 13.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.