Loading Tool

Explorer IconExplorer

Memory Pool

39,062 transactions
27.48 vMB
0.07032886 BTC
Random Selection Loading Transactions
Max Size: 139.83/200 MB

Candidate Block

Mining Attempt 02dc26ba2bc9b993a130cbd4e2f8654ed00fcb1d459f9c2737168eb6b93dd793
Version 20000000
Previous Block 00000000000000000000a9fbf6a045a329fb13a74c910ba400ecc10d4506593e
Merkle Root 097603a779e90f1d6fa07431a29c25f97119878772836d7b1e0de9aca42f8486
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,757
Size: 1.00 vMB
Total Fees: 0.01816687 BTC
Feerates: 179.53 > 1.82 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,643 (736,361 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
178,282 178,282 0000000000000088ea2411013f43f071136087921c6df83615e1c5f101b6f8e4 170 0.06/1.00 vMB 122
178,281 178,281 00000000000007769a2a9b71ea2a98f3ab781dbecd15f193aac224ea3a0c8c8b 97 0.04/1.00 vMB 210
178,280 178,280 0000000000000627c6c402eb156f3552e7ede855a4a9757bbdeccefe356a94d4 62 0.04/1.00 vMB 68
178,279 178,279 00000000000009fc93ee95156ada5b2cd5a710e66a2c7085ac254f3a5aec4cd2 113 0.06/1.00 vMB 120
178,278 178,278 00000000000001afa8542bca8776bbb8f53a76af84c4c8c528253d12f129109f 208 0.13/1.00 vMB 135
178,277 178,277 0000000000000879a9bba08a0bc423b1592df8cbb54530eb8f08e3ebc29e1cdf 38 0.01/1.00 vMB 4
178,276 178,276 0000000000000364909e5bf9e0ea21abc676386a0964b844ea4218b080acfc5f 7 0.00/1.00 vMB 335
178,275 178,275 000000000000082b3460dcf2a1986e3001e2dbcdc47b24a45c28b9aba9be16b7 74 0.05/1.00 vMB 107
178,274 178,274 000000000000047340833d2217863bbc0ef7f31b2f9ac8135d4314f99178b4d4 64 0.02/1.00 vMB 10
178,273 178,273 00000000000002ae74cb3ef9426c282638895e7e53f2607c4e0557b3cba3009d 70 0.03/1.00 vMB 808
178,272 178,272 00000000000007afb192903a95cbc5eb7c4a8b33575c9a9639598c520da02255 33 0.02/1.00 vMB 39
178,271 178,271 000000000000050cf284a8a48cc45e6d3c8b9198892816a7fb4675112341c3e7 31 0.01/1.00 vMB 6
178,270 178,270 00000000000008868f414f0ce4a1a19bb5a3d15688beb7dd81cb795c2d1e6eaf 64 0.02/1.00 vMB 36
178,269 178,269 0000000000000535d71ecb72ec3831c458d56fdcc5cd13fa54c697591a1e77ba 96 0.04/1.00 vMB 196
178,268 178,268 00000000000007b9341b4b71089cfe2f2514a93e495d38e22e47b19031e6f398 6 0.00/1.00 vMB 35
178,267 178,267 00000000000004c347fd376819aabd06b73be33df7d261c44fa47b02a57c2f04 14 0.00/1.00 vMB 44
178,266 178,266 0000000000000310896de9eccc38fff18f33f93676a1c156693791cada0a5d58 72 0.03/1.00 vMB 195
178,265 178,265 0000000000000a75ee8fb864fa930191bb860ee7c0d54d89bee681e5ddd3c023 39 0.01/1.00 vMB 10
178,264 178,264 00000000000008a756c614102c12c06dfe9bd8f3dca794ba5978b8579c3e8541 29 0.01/1.00 vMB 60
178,263 178,263 000000000000042dedb3cfd48591ebd0e2aa09d8899405f852d867ec9f5c3cbf 11 0.01/1.00 vMB 58
178,262 178,262 00000000000005cde8a4962d1ca673e411033e0a39aec8e7b9c2c9dc10292f9b 9 0.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 781.76 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: 632.17 GB
    • Received: 12.10 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.