Loading Tool

Explorer IconExplorer

Memory Pool

80,802 transactions
34.75 vMB
0.18231072 BTC
Random Selection Loading Transactions
Max Size: 194.66/200 MB

Candidate Block

Mining Attempt 78ddac26352c4f000d1556c063f0026f4ff239e037d05bd072215ebc22fae685
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 5ff71d56338da6fe6c8a2721c1b5bbd388b67c91b3930bc40a1821790b1c7085
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,123
Size: 1.00 vMB
Total Fees: 0.05113983 BTC
Feerates: 189.28 > 5.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (18,388 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
897,027 897,027 000000000000000000023c61ff47b1b6d4b55df9d53c54630e84ae551338e4ea 2,003 1.00/1.00 vMB 9
897,026 897,026 000000000000000000022526f87e5c92eb12f46beaa0991afe5d8320ecb0c09f 3,144 1.00/1.00 vMB 10
897,025 897,025 00000000000000000001751338f443d2981dcfcebd5634393ffea83af51b4b3b 3,302 1.00/1.00 vMB 19
897,024 897,024 00000000000000000001232838aff2a98af2061b1befc248aa4f4a8388f3a838 3,618 1.00/1.00 vMB 22
897,023 897,023 0000000000000000000190d0606e05fdcd9bc786c7f8f30b4534cd08deb05a25 3,663 1.00/1.00 vMB 34
897,022 897,022 000000000000000000016d62ad4bd800ffe95f53dcefa3c5a26caf192092b9e9 1,367 1.00/1.00 vMB 6
897,021 897,021 00000000000000000000aef7e2d0f2328ecf9909e52f539d76374253bdf2e4d5 1,606 1.00/1.00 vMB 4
897,020 897,020 00000000000000000001e837a77b5fdd2a4d3f9ddef25b2bed46167db910f00f 1,984 1.00/1.00 vMB 6
897,019 897,019 000000000000000000002848c72d9a1a11b9e7304e96006e3446e13b04d6c628 2,539 1.00/1.00 vMB 8
897,018 897,018 0000000000000000000112d5d3716655fa40af6ffb402b889c050193a0405e6f 256 1.00/1.00 vMB 3
897,017 897,017 00000000000000000000e74831dbee9d0bce27b2366fcf10330b37e0d868d84d 922 1.00/1.00 vMB 6
897,016 897,016 0000000000000000000025fc5435625a313de673e6349195c904055875994d46 2,680 1.00/1.00 vMB 8
897,015 897,015 0000000000000000000195d3b4621c54e538bd3d1c9e483076b3ad26b3bd29c2 3,821 1.00/1.00 vMB 20
897,014 897,014 00000000000000000001b7ca19ac3cc57cbd88563f19c02379177ae62433ecba 3,365 1.00/1.00 vMB 8
897,013 897,013 00000000000000000001a3e401c59e861891581005b01dbff344bb32e3c50b45 3,553 1.00/1.00 vMB 4
897,012 897,012 0000000000000000000046e81b5873b512b7be05b9360fdae5038c0645c3b033 1,642 1.00/1.00 vMB 5
897,011 897,011 000000000000000000018f1992844a865152f8b4aa0693a86e90eb10e3692c0e 3,294 1.00/1.00 vMB 9
897,010 897,010 00000000000000000000aa4475d1a68a5bb1030f30a46f9ab8e5f6c7f8d42019 3,819 1.00/1.00 vMB 15
897,009 897,009 00000000000000000001b2c2dd11ee0d4312e2594a4ff46ecae4fa3c95baec85 2,788 1.00/1.00 vMB 6
897,008 897,008 000000000000000000018b30a2fcc117c7ccab5a3a3f1c37a2b8d6b559c89897 3,834 1.00/1.00 vMB 15
897,007 897,007 00000000000000000001203e160acf457f8e1bfcab2180ba8de918e41f23522a 3,340 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 783.11 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: 734.21 GB
    • Received: 18.55 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.