Loading Tool

Explorer IconExplorer

Memory Pool

47,437 transactions
30.14 vMB
0.09380622 BTC
Random Selection Loading Transactions
Max Size: 160.53/200 MB

Candidate Block

Mining Attempt 978f87592623c47593def91b73e7deb23e964a30ad4995b1a8666b91b65017c7
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root 672248d77ba9af911ee0116a1e791ab81fa049bdaec922e56f67dec0a52749a6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,823
Size: 1.00 vMB
Total Fees: 0.03379361 BTC
Feerates: 150.97 > 3.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (681,829 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
233,023 233,023 000000000000012f3d7031b8c6894c74bbe29e50479bd3bff507b9822e79e5ba 1 0.00/1.00 vMB 0
233,022 233,022 00000000000000cc705125c776562021f7f7901ff5ae2146dab8c0e2460f06f1 217 0.16/1.00 vMB 66
233,021 233,021 000000000000016f422fa09a8fcdf517587fac9579876f5f3a6d2a1dba6f4c72 352 0.16/1.00 vMB 155
233,020 233,020 000000000000001b4d75e2907d167560598a58eed1b56edff660c92bcae9ee42 372 0.16/1.00 vMB 183
233,019 233,019 00000000000001a93d48d0fdec35fa4c7163bf2394f731d53844185e63d85153 338 0.23/1.00 vMB 129
233,018 233,018 000000000000012d22d6784b61b3cde86a85b29e01b788571d3422b6db4641c8 748 0.25/1.00 vMB 209
233,017 233,017 00000000000001a8d5e7c1db63782faea0afe45ea1e9addda9168082b7156abb 465 0.25/1.00 vMB 110
233,016 233,016 00000000000001892a21d05f0d68930a1d7b653eeb291dc35a2e5a7d360652e1 254 0.13/1.00 vMB 132
233,015 233,015 000000000000019059c097138c9efc7ed9f58058b6e066a94a7e6619a2f5665c 401 0.20/1.00 vMB 156
233,014 233,014 000000000000004f3ff8870dceecc22cbd8d6b5bf0c3141b5f6ccac0e883696b 524 0.25/1.00 vMB 148
233,013 233,013 0000000000000176a21366d39904258020ad0af16079ea8df81de4a12e0988ae 485 0.25/1.00 vMB 201
233,012 233,012 000000000000009e8ecbc1570bbaf2ea763f2d02fb422d271d06e28024926a31 166 0.13/1.00 vMB 125
233,011 233,011 000000000000010de3b28b103ce5364e67bdc7f1b3d1e51e96170a5bd36bd1f9 451 0.25/1.00 vMB 148
233,010 233,010 00000000000001de1818606e353e054ea3b6b35786eb0313e7e3cbb0d38af6ef 471 0.25/1.00 vMB 156
233,009 233,009 0000000000000023b276042e12b1a918ad4113751fe22f5957acb79ec03d7051 726 0.25/1.00 vMB 299
233,008 233,008 00000000000000a29b8c0d258fc9a29d4fd7cae183e80da1a61ded7fb03c9c59 163 0.06/1.00 vMB 121
233,007 233,007 000000000000001a1bab3f383d22644251ecce22bc1bd1e03118e48202363d6e 102 0.10/1.00 vMB 103
233,006 233,006 000000000000004e5b81d2366774f76948f8123c0fe06570f57806002dc58eb7 617 0.25/1.00 vMB 304
233,005 233,005 0000000000000128c31720be1038b77e42c95a1e8ae86e4c1ea6a3035f924170 142 0.13/1.00 vMB 76
233,004 233,004 00000000000000559faf6bde21f5ff74fc2c3926d3a27a982ddec142030a5e9a 654 0.25/1.00 vMB 301
233,003 233,003 00000000000000f76eb6196f6fa9ed75f4fccd45012aa5a49451157607fef2c4 377 0.25/1.00 vMB 120
Previous 10 blocks ↓
Total Size: 782.13 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: 652.39 GB
    • Received: 13.76 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.