Loading Tool

Explorer IconExplorer

Memory Pool

84,769 transactions
31.97 vMB
0.12677016 BTC
Random Selection Loading Transactions
Max Size: 193.92/200 MB

Candidate Block

Mining Attempt 0ef42b8e6b0a7a225408a89b985c338bca7a2639de0c5028530c63e839f21d98
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root 1e54b83dacf3806809462e8524fbb25fd6fbd073b0de4455bdb4b6b8b0e92d3f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,563
Size: 1.00 vMB
Total Fees: 0.03950188 BTC
Feerates: 405.89 > 3.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (23,058 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
892,326 892,326 00000000000000000000ee1606a2da6026c7bf15a4b98edc4a9da5f9f86c3c27 4,536 1.00/1.00 vMB 3
892,325 892,325 000000000000000000015769a9f81d96341d07659736da879f3b5d2b881aa323 3,811 1.00/1.00 vMB 4
892,324 892,324 0000000000000000000158877bfca8d4046155cdee8cd6f548d8471c3cf8b9ed 2,982 1.00/1.00 vMB 4
892,323 892,323 0000000000000000000099b00372c58e86a0f79903693bfdf9a847dd1ba91e64 3,360 1.00/1.00 vMB 3
892,322 892,322 000000000000000000023efeffb50c3043d1fe14d6c4226b40416a4c88306516 3,596 1.00/1.00 vMB 1
892,321 892,321 000000000000000000008a9b399fec7fd75aafb654145db81b11a655f98e624f 4,385 1.00/1.00 vMB 1
892,320 892,320 000000000000000000024d2822ea0239ad47cc5731e632628f229f9057c869a6 3,734 1.00/1.00 vMB 2
892,319 892,319 0000000000000000000088255d8c63bdb80b3154773b0760cdeeed6fe9c79eda 2,923 1.00/1.00 vMB 2
892,318 892,318 00000000000000000000c090ee1391376e28ef1850a501fe123f2f3584c4088d 369 0.08/1.00 vMB 1
892,317 892,317 00000000000000000001bf67f5311f568fd7fc663848428881e50c2ca5cc8e73 563 0.13/1.00 vMB 1
892,316 892,316 000000000000000000010ca777f8c41ef2c7a11b7724120a91ed80113ef67ff6 1,973 0.66/1.00 vMB 2
892,315 892,315 000000000000000000005121369645ea1bb950147eeb41d9e938a75a78cbf8a5 552 0.19/1.00 vMB 2
892,314 892,314 0000000000000000000166fbdafcca543b196a4f16c778ab565bec0b2c2ccf8e 2,636 0.81/1.00 vMB 2
892,313 892,313 00000000000000000000706e8858f37cc0671809af959b8c1474ff90e8bbddb8 4,020 1.00/1.00 vMB 2
892,312 892,312 000000000000000000008ad5cc5381d5437874eb6a5ffaa3a44e35d58186edc2 1,485 0.52/1.00 vMB 2
892,311 892,311 0000000000000000000086062b5e0dfe71da5811479f1087e0d69ec3d6c174be 1,269 0.44/1.00 vMB 3
892,310 892,310 000000000000000000001487cd39bea28434cb9316e7aec0a289cd26fb8ebcfe 2,176 0.63/1.00 vMB 1
892,309 892,309 00000000000000000000627b22e5c19a52e9877dcbde1296492cfe8ab89e9bb4 2,858 1.00/1.00 vMB 2
892,308 892,308 0000000000000000000233aaec75e3ec67fdcc668587aa9871b1207bad551fb6 3,574 1.00/1.00 vMB 2
892,307 892,307 0000000000000000000062c04a26d02478c80fc496e57ec7c060d3b99e0d69b8 3,772 1.00/1.00 vMB 1
892,306 892,306 000000000000000000004358ba5dd98d831d79f45239a0e2bc19416bc07c6a50 3,309 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 783.06 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 720.76 GB
    • Received: 18.24 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.