Loading Tool

Explorer IconExplorer

Memory Pool

8,789 transactions
3.50 vMB
0.01355166 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 20.22/200 MB

Candidate Block

Mining Attempt adbbba172f3549eb03779a8037654a4e3f49f7e0d2730983d63c592f90829d7f
Version 20000000
Previous Block 0000000000000000000112ffd371287b3c84509c944a570407db8fd21ee1339f
Merkle Root fc3e816b75319d6fab2f10a94a5b51953eadfd9ae0d2854886b574c7df4f09e2
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,582
Size: 1.00 vMB
Total Fees: 0.01011300 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,492 (770,467 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
143,025 143,025 000000000000012af13935d62284ab720fddf2a3554e221880ba221b83c8493c 15 0.01 vMB 68
143,024 143,024 00000000000007958eff9a68eb6d2aacc1ad6b57b5a27b1b642c0e54eb9018ac 93 0.03 vMB 64
143,023 143,023 00000000000006ea0967e279c1f2afdd049088910152cb2dc7a3f5c689832377 13 0.00 vMB 213
143,022 143,022 000000000000008142b0f8d7ad7d7a377f1be72f270b3d36c6708499fef31ada 53 0.02 vMB 241
143,021 143,021 0000000000000398719ae5a5a37647e2fc382f6e188a5de15abffddd468abfd4 36 0.02 vMB 218
143,020 143,020 000000000000008e945953a776a9d9c1c2038371fc508caf60be956106be9187 39 0.02 vMB 92
143,019 143,019 00000000000000f70ea9b4a3c95568ea13f08ab1be4b67cee9d89df862e08296 153 0.04 vMB 23
143,018 143,018 00000000000000910d43cab32a3db15f5355ff37d3f8a960690df31fb0367705 9 0.00 vMB 0
143,017 143,017 000000000000080f139724b88f2b239307fe0795eacfb8928368d010d1dd9adc 139 0.08 vMB 84
143,016 143,016 00000000000003fac8f74918c1a789b8db25d23ea7cc807adcc0d4ad60d60265 299 0.10 vMB 172
143,015 143,015 00000000000005c8f350da1e30a9cca424eba2d72c7822574020d72d6f8c680e 134 0.05 vMB 160
143,014 143,014 00000000000007fe6ecd20a8c454cd43c78d912b499c46a1179e30f7cff002b3 1 0.00 vMB 0
143,013 143,013 000000000000025207a3ba4706c04c138359f44cb52541906adc84c0c51b168b 116 0.05 vMB 153
143,012 143,012 0000000000000582d180f9a23c6a24ce56ad1f1e4057494c3a639cd510cf0ff7 101 0.05 vMB 94
143,011 143,011 00000000000003e507b0c204846173b3ef5dc4f260940505d882b95d8137e1c0 108 0.05 vMB 94
143,010 143,010 0000000000000188649086ef38d83647bb40add35bb7624b2ccdfdb4beb7adc4 12 0.00 vMB 193
143,009 143,009 000000000000056ce4022d618643608d86e4cbb9e43044880d8af2c081678d91 143 0.05 vMB 108
143,008 143,008 00000000000004c86edc12c9ddb66e84aabd386a42b96b34448b0732be1a1529 139 0.05 vMB 164
143,007 143,007 00000000000001afc6234a4eb36f255cfc34afa8d908eb3e37f03641ccc2220d 94 0.05 vMB 172
143,006 143,006 000000000000019fdd7685d43c07ea15684ecb48514921729e659936b9ad8a9f 95 0.04 vMB 146
143,005 143,005 000000000000016e359e87311e9b039b509ebe9bc038c20022a1eda189feea26 130 0.05 vMB 120
Previous 10 blocks ↓
Total Size: 779.72 GB

Node Details:

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