Loading Tool

Explorer IconExplorer

Memory Pool

30,176 transactions
8.95 vMB
0.11168078 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.22/200 MB

Candidate Block

Mining Attempt 5d017783df4046ea0cfee8291b431dd6bca63d9e0e81369178ce4f7a96fbd542
Version 20000000
Previous Block 00000000000000000000e448b44b50758fd2fc9d6ddeba585dd0b192dcc101ed
Merkle Root 9f6f3a983c5bce32caef91e9a94d882793ab482ef7fc4e51822149d6890609d2
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,425
Size: 1.00 vMB
Total Fees: 0.05021964 BTC
Median Feerate: 3.09 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,216 (643,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
269,667 269,667 00000000000000061c3858524fb627d9cc11521e6d50e5e5c110bb928cfde78a 563 0.25 vMB 75
269,666 269,666 00000000000000043945daecfe7836a99d39ca3ae6333e8e4278f56f401dd8d8 167 0.08 vMB 70
269,665 269,665 0000000000000007c3f614603dc9301b4a9a0aa1fa926a41b3763bfb1fd2706b 94 0.08 vMB 33
269,664 269,664 0000000000000005fa9cc192756b66ad9fe3f3ec082d0cca5687f531541cfe4a 281 0.12 vMB 89
269,663 269,663 0000000000000000f2274d1f2e900a8d9bea285777f6f80dfce3c5b30124b9cd 221 0.37 vMB 18
269,662 269,662 0000000000000003488f0d02c426cbe8552919862a8ea44edffff5bf839df99e 77 0.03 vMB 42
269,661 269,661 0000000000000006974aff145b5d5d949afb508b0be35d0ebcb0745b407c844d 354 0.23 vMB 40
269,660 269,660 0000000000000001b6769611f8c83ccb46de065ce7188efc39056b2a60db5bb0 545 0.25 vMB 67
269,659 269,659 00000000000000018ade31066cf60792d967104d00cde49e10bec97ffc6ce99f 557 0.25 vMB 79
269,658 269,658 0000000000000007a4819401f40641adcc37812b6426d559fda2cfb25add5e54 664 0.25 vMB 106
269,657 269,657 00000000000000026662ab07b3bff66752f667a06334fdeccf732c45244c4c8b 662 0.25 vMB 81
269,656 269,656 0000000000000000ffaae9d841f2bc206ab7e8956deac28761cd6738932be1e0 299 0.13 vMB 59
269,655 269,655 0000000000000004cdddb1fcde928c472b3f05c101fe01389b6dc9b787a50bf8 23 0.01 vMB 63
269,654 269,654 0000000000000007dc784f46094f5143f9ac87d8ef10e35e99f0da632f788045 170 0.10 vMB 61
269,653 269,653 0000000000000005b97cb63e6b294bc8ca0977450725cfbc9ac22265dfaf26fb 224 0.15 vMB 60
269,652 269,652 000000000000000539cfb41b067ef2c441fabf19df3fcda903283521fa320290 203 0.09 vMB 63
269,651 269,651 0000000000000002e6142c022e95b8c9351925046205ecfa3c6651e648fc93bc 168 0.08 vMB 15
269,650 269,650 00000000000000036a7fdafd45a734171fd6071f6f3bb181388d8c433285c851 131 0.06 vMB 43
269,649 269,649 000000000000000550f554808ed8f46ac9fc3c6f20460e4b5d4a37edd41bee8f 308 0.15 vMB 37
269,648 269,648 0000000000000004f4792ef59b95e5588bbce4805dd1d1ec064d34f25e3506d8 986 0.44 vMB 73
269,647 269,647 000000000000000082fa131146b2268ff259eb32e756e492d2b5708039ab58f3 338 0.15 vMB 65
Previous 10 blocks ↓
Total Size: 779.23 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 64
    • Outgoing: 10
  • Data Transfer:
    • Sent: 21.64 GB
    • Received: 0.44 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.