Loading Tool

Explorer IconExplorer

Memory Pool

72,910 transactions
27.43 vMB
0.09984577 BTC
Random Selection Loading Transactions
Max Size: 165.48/200 MB

Candidate Block

Mining Attempt 46822ba24a224841f6601b967287307cd8e837ed90111471016e26f4ad22bdcd
Version 20000000
Previous Block 00000000000000000001e799617490d06c31f59602afc555a6b2d132016657e4
Merkle Root 75920af87c853618c27da4775a322072a0fa1b4e64c0344a54c84f1080d7fba2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,685
Size: 1.00 vMB
Total Fees: 0.04055424 BTC
Feerates: 445.47 > 4.06 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,456 (687,752 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
227,704 227,704 0000000000000338a316b1efa4b9ea88b2a05192c7357c005925bc284955418a 389 0.20/1.00 vMB 140
227,703 227,703 000000000000025e2ede53dcd73a42a27b1fec918bbaf555ced420d76022bfd7 517 0.25/1.00 vMB 158
227,702 227,702 00000000000002da3a59ce6a954083a51b62e233d4f257cef96bcb203f55cbed 94 0.05/1.00 vMB 150
227,701 227,701 0000000000000178a45d25b7370be57ecd110c9280e3bbe4be4e8d4e51d9da3f 576 0.23/1.00 vMB 203
227,700 227,700 00000000000001f2827208b0b419d2c6d85581f3945502e58adf0298d7822f65 10 0.00/1.00 vMB 131
227,699 227,699 00000000000002edc733453c7f2c13cd8642aa6498091866b245c77c7b85e2d0 588 0.31/1.00 vMB 133
227,698 227,698 000000000000034118b7e5f68f60e8e8f95f8c9e7bde75a4c43cd9af39d41d08 117 0.05/1.00 vMB 184
227,697 227,697 0000000000000177cfda998d75e7801de2cfdef84d2a264ebd782e247362e59c 733 0.25/1.00 vMB 205
227,696 227,696 000000000000029167b99d7b13c16a6a1bdca889364000452a2dd6e5dc35fe1c 166 0.07/1.00 vMB 73
227,695 227,695 00000000000002633803a40c94b64f95230ad5c73f34682d433b2f4a5acec20b 420 0.15/1.00 vMB 190
227,694 227,694 00000000000001a381a6cf6850d9d308e1794176d160a881bdb3e772ce3628db 558 0.18/1.00 vMB 191
227,693 227,693 00000000000002d6e4146da90b2e1bea2b5c586eb2ffa99244f9abe7651e9345 377 0.19/1.00 vMB 145
227,692 227,692 00000000000002e79dc2cccafe41c4295b6a177eb0d57524e249b90f58705047 82 0.04/1.00 vMB 93
227,691 227,691 0000000000000270eb466edb3e0bad92e76524442508e7852e9b336d4eb2b1e9 174 0.10/1.00 vMB 119
227,690 227,690 00000000000000b1697a7a657c45719c807209b0930dc19e9ecae2f0f29a0202 143 0.06/1.00 vMB 148
227,689 227,689 000000000000018c6f87c8daad1382e1abe2a2bbf4f7463e1fc13f55403086e0 429 0.20/1.00 vMB 162
227,688 227,688 000000000000002f470f32d7354a76bb418e962e92e0bc86d67ba96fb884c5df 3 0.00/1.00 vMB 103
227,687 227,687 000000000000013adbdd537f7dfc44fd3f1b8ace91756dce7819cbe4445adbe7 87 0.04/1.00 vMB 154
227,686 227,686 00000000000000ba1645ab9c4a8ef87a1bf8deff556f5f263a58ac603f2c4493 219 0.12/1.00 vMB 146
227,685 227,685 00000000000000c7fa90f37a41ae2aae1cd6b1294e5110ce6e237a9aa5a666cd 332 0.17/1.00 vMB 169
227,684 227,684 00000000000002126814d3808d91ef781afd7ad775f4969563679fbed3575991 64 0.05/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 783.19 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: 752.00 GB
    • Received: 18.87 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.