Loading Tool

Explorer IconExplorer

Memory Pool

44,992 transactions
28.68 vMB
0.06562389 BTC
Random Selection Loading Transactions
Max Size: 152.63/200 MB

Candidate Block

Mining Attempt b3c7e7fff44d7db303fef73b4d93af70b28a4448a9f651d6a731a71a588dc708
Version 20000000
Previous Block 00000000000000000001715c951c8d4dbbe4a6e37b8651db580e2cce2f31d5f6
Merkle Root 40fd27dd1a2094b61c44f672440c2adf953a5d5552ac37860f59eeb960c5ebf0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,626
Size: 1.00 vMB
Total Fees: 0.01108106 BTC
Feerates: 301.60 > 1.11 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,857 (685,418 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
229,439 229,439 00000000000001d49bff817e2c28b60811cceccfc046bca1fe827c23803352e3 415 0.22/1.00 vMB 149
229,438 229,438 0000000000000213385538c9885f6413f0a2950bb7f751e85efaffcd41330dd8 139 0.15/1.00 vMB 30
229,437 229,437 00000000000000b57bfcb36d58f12e29989fc64190cf0c6579e51dface3e5ed1 89 0.03/1.00 vMB 47
229,436 229,436 000000000000020fe1b6ef1c1f3959691b542cd857efe541dab29815e2808a6d 69 0.03/1.00 vMB 24
229,435 229,435 0000000000000157f2a74c6c2fdda610958e3786b59523160adf9eb8a138c467 392 0.38/1.00 vMB 106
229,434 229,434 0000000000000181197104fad0f38f4db10089d66ab34996245ad6e2af2dd874 1,117 0.47/1.00 vMB 201
229,433 229,433 00000000000000cd63990966561672ee285e4147fefcdf0141d267232d827fb0 256 0.08/1.00 vMB 233
229,432 229,432 0000000000000033b5de08f90da3b1450e5fc412518b515117b3431cfd675b97 100 0.05/1.00 vMB 93
229,431 229,431 0000000000000244d54a4440ce8f12b8eff36916f06c8ca686a8a17b5d743f65 476 0.25/1.00 vMB 144
229,430 229,430 0000000000000119c0d9ecffc1c1d4f19895a6e7965f3fc0d1df1d9093e70860 121 0.07/1.00 vMB 140
229,429 229,429 0000000000000185e9eb3bef6e4aa998c4df984f49bd0c3d3d411115ae9c5f1f 309 0.15/1.00 vMB 95
229,428 229,428 00000000000001d776a5177472e56d1ccf03abbe8e7676c67a4dff6e68add9c1 91 0.11/1.00 vMB 56
229,427 229,427 000000000000014524de49953f060c1c2934640ef58dc1036ca814b27ca81740 1 0.00/1.00 vMB 0
229,426 229,426 00000000000000ac68f23465049bed9a5866600d6c8aac04c1b0882a1c2eac04 925 0.47/1.00 vMB 137
229,425 229,425 0000000000000033e72c07935178be77b206eb7b022f992efe3c8a99ced261c4 335 0.17/1.00 vMB 137
229,424 229,424 0000000000000226ece2ce34642f893fd18a0bdf02cd3e44db4215096f7fc13d 150 0.07/1.00 vMB 126
229,423 229,423 00000000000001d7671d3bdabbc894526eef1a5c357e0f693708bbae28ae279f 46 0.03/1.00 vMB 63
229,422 229,422 000000000000023e7f82980a89b7458c090ffebc841eb95b19c0568e7c3d031d 213 0.15/1.00 vMB 93
229,421 229,421 000000000000007d9f50fbea3d3dc0eb7bf30c21b9846a9a21a738941e5fcea3 314 0.20/1.00 vMB 118
229,420 229,420 00000000000001c440ff5abd568d1ec4c3f3df7acd36970defc7c92dde640740 281 0.14/1.00 vMB 136
229,419 229,419 00000000000001e21df1e70e3b10da6a86f1ac41139525f3bf4d784c7430013a 266 0.12/1.00 vMB 132
Previous 10 blocks ↓
Total Size: 782.14 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.62 GB
    • Received: 13.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.