Loading Tool

Explorer IconExplorer

Memory Pool

82,612 transactions
31.73 vMB
0.10861502 BTC
Random Selection Loading Transactions
Max Size: 190.39/200 MB

Candidate Block

Mining Attempt a57ff032814f0472422faddad28afb41cefba0739e8f253f83be326f3b718fe5
Version 20000000
Previous Block 000000000000000000012e88459ade7b41276fe5cb0870cdd0274669d679f5b9
Merkle Root 74fa9cca3d3455ad23f396a3c3d943e9a0c5d8435fd8f7e59755d55fb84e0762
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,821
Size: 1.00 vMB
Total Fees: 0.02592833 BTC
Feerates: 344.14 > 2.60 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,378 (114,046 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
801,332 801,332 000000000000000000029cebeacf9d9c8c62bf2a52ea7df13f80d00e8b95be58 1,885 1.00/1.00 vMB 16
801,331 801,331 00000000000000000001e1c0e0050805b4020cba0034ad221d64e0cc40315b0b 758 1.00/1.00 vMB 13
801,330 801,330 000000000000000000045b27a377a14a7220dc77c5ae985c17a2c80feb4eaf11 2,933 1.00/1.00 vMB 17
801,329 801,329 000000000000000000046a72ae0b99591175e0729bf69352b3db9bad2c45ddbe 3,085 1.00/1.00 vMB 7
801,328 801,328 000000000000000000023b2b74a2219dc1b853e220fd609cacef360b587e514e 2,937 1.00/1.00 vMB 13
801,327 801,327 00000000000000000002356620a92d6660e2595a628edd228d299f8a4f3d29be 3,068 1.00/1.00 vMB 13
801,326 801,326 00000000000000000002b8cbfacf238a815ef1bc1cb5b9f8d1f7049862994ac3 1,935 1.00/1.00 vMB 14
801,325 801,325 00000000000000000000b2bd14d9c0d32faf7f721f6df30122428ad244e22a97 1 0.00/1.00 vMB 0
801,324 801,324 0000000000000000000497de19220945c4420dac290fc28cabfd6595be6d8a75 4,745 1.00/1.00 vMB 7
801,323 801,323 000000000000000000045c71e685d72ba6f49c9c9d7426f03f7f7591bb238f7b 4,511 1.00/1.00 vMB 10
801,322 801,322 0000000000000000000476e1e24db61f54b9fd8b808ab57472e99dcf0bd3bfc0 4,377 1.00/1.00 vMB 7
801,321 801,321 0000000000000000000307c4a6b4e6485a24154520a83c699160f2b5c35bd5e3 3,947 1.00/1.00 vMB 6
801,320 801,320 000000000000000000021ea9c78774858554eae889678b64f1929d84b61a291d 4,576 1.00/1.00 vMB 7
801,319 801,319 00000000000000000000d37168f2f21ff65d1da01a8475e610cf5cbdb1a7bcb6 3,602 1.00/1.00 vMB 12
801,318 801,318 0000000000000000000100d8538aaecf7237f512a25dc47d0acd635d212c554c 3,679 1.00/1.00 vMB 11
801,317 801,317 000000000000000000042085db62777a02623bee948b2a3ae407532dde499f8c 3,170 1.00/1.00 vMB 10
801,316 801,316 0000000000000000000011477db9e4157c3999109fe0233b877c4a0ad6dadf13 2,772 1.00/1.00 vMB 12
801,315 801,315 000000000000000000012e9d7af10fc2eaadf338937d68ac4e8e459818c234a0 2,910 1.00/1.00 vMB 15
801,314 801,314 00000000000000000002720c41ad2d1e73daf08ea5cffa48dff693be16d75de1 3,934 1.00/1.00 vMB 9
801,313 801,313 00000000000000000002285daf464d37e25077c3dcafbaecc8169a980d2a0009 5,425 1.00/1.00 vMB 7
801,312 801,312 00000000000000000002efc59b6bb2f463e09280c66d9ea3e03a9b17a659a966 4,183 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 783.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: 720.52 GB
    • Received: 18.18 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.