Loading Tool

Explorer IconExplorer

Memory Pool

32,447 transactions
24.50 vMB
0.05926580 BTC
Random Selection Loading Transactions
Max Size: 133.30/200 MB

Candidate Block

Mining Attempt d85b5bda0aa76d3c335f2b0ca486b225e297bbcdc57ff71b5a9a0e68363e1e01
Version 20000000
Previous Block 000000000000000000003119043022a262c8ccf71325364e165a9a849f509f55
Merkle Root 523974c4da9f505258190053e0d659c2f57678889a9653b2f28c2345897fbfa8
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,396
Size: 1.00 vMB
Total Fees: 0.02968860 BTC
Feerates: 178.73 > 2.97 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,411 (799,177 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
141,234 141,234 0000000000000197e40e23e64e3314602549a4a1d36b954bda876337b0a2d52d 49 0.02/1.00 vMB 155
141,233 141,233 00000000000007f991a5e3e9ddc467275a6aaa89f39baadb5032dabc753ec259 148 0.04/1.00 vMB 133
141,232 141,232 000000000000055fd3829a5b80826877698f2782e0dcd092e0450fb903a8b9b8 103 0.05/1.00 vMB 166
141,231 141,231 0000000000000418cb65a043b5b30a323438e263a11dccfb887101c4da57c129 118 0.05/1.00 vMB 190
141,230 141,230 00000000000003fb0cdeb0f12318f669bcf7f4cb92b0e2769823b7c4bd8774f1 38 0.02/1.00 vMB 321
141,229 141,229 000000000000059e1778acc585ee2f8b111102ee7915e876abff382dcdd0e3d4 138 0.04/1.00 vMB 232
141,228 141,228 00000000000007a9d81f6c29cac939c82e6f3df01e64940bd322785e157d2085 112 0.05/1.00 vMB 63
141,227 141,227 000000000000035eef9d1666e11ae70a0454db282d4f7a66a40f46618a2b4ee0 93 0.09/1.00 vMB 291
141,226 141,226 000000000000049a9ea4608b37cd8ee0a675815dd110ce27a360c9bd49845c95 29 0.01/1.00 vMB 358
141,225 141,225 00000000000008daf0bd94ff98df46b9cba4f63754d43fbf941cfb3c151a5172 60 0.02/1.00 vMB 177
141,224 141,224 000000000000019a0ab2a01df7dd36ab8334a2e4410e8f0ad887b508c76c590e 97 0.04/1.00 vMB 222
141,223 141,223 000000000000079685cc8a6dfc12db004c983fd8d6a90e55af84842055b4b3b2 26 0.01/1.00 vMB 192
141,222 141,222 00000000000003a2232d868ba2f14d9d8386ad3df5e8292919c23aea8e9195c1 126 0.05/1.00 vMB 93
141,221 141,221 000000000000041824dddcaaba2f96ecdee316c37b39e83305b89a7c40282448 15 0.01/1.00 vMB 670
141,220 141,220 00000000000001c06621066cb1e8de6b6cae9d6686b73c8b2be24a21492e5626 72 0.03/1.00 vMB 317
141,219 141,219 000000000000023f72ae0bd2b67e482e9d1a056da4fd1651e92ebfb3b60b2a16 45 0.02/1.00 vMB 291
141,218 141,218 00000000000005f8acaa1e11a642138fd2633ac121a063e07afaeb92c1d20595 42 0.02/1.00 vMB 71
141,217 141,217 000000000000016c551ffe18b0b50fc181dbed725bce2f9ef9833877ec1b9be3 60 0.03/1.00 vMB 180
141,216 141,216 00000000000000cbf5f80884de00e065ea3aa1a399fca0c3e5cd067c1f614b0c 88 0.02/1.00 vMB 43
141,215 141,215 000000000000036a72e8e630723edcbd0375fc08f1cef860014ba6fa518bbb4f 36 0.02/1.00 vMB 66
141,214 141,214 0000000000000652f96bfe6fc8f0599ca0a6ddff39afdee1755daf31284ca751 25 0.01/1.00 vMB 110
Previous 10 blocks ↓
Total Size: 827.49 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: 4,456.86 GB
    • Received: 242.79 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.