Loading Tool

Explorer IconExplorer

Memory Pool

73,970 transactions
28.85 vMB
0.07332037 BTC
Random Selection Loading Transactions
Max Size: 174.87/200 MB

Candidate Block

Mining Attempt 2924a3e0fb486bab2363eb9a43f15aedc8365c2ca7d4302fd7f1fe958fd3a725
Version 20000000
Previous Block 0000000000000000000067a6baa6a95faea41c82751e11dd94b2cd8d3557ef06
Merkle Root 4b642c200dab7469d48eecedb003bcf10dc0fb753ceb338c2c43a3082370c565
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,213
Size: 1.00 vMB
Total Fees: 0.00960433 BTC
Feerates: 100.26 > 0.96 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,435 (629,902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
285,533 285,533 0000000000000000e8a27f6fd129386dc06e67eb8ae4e83dcdc5c8d0fd89e1ea 10 0.01/1.00 vMB 21
285,532 285,532 000000000000000044ccdb6c0e7366af920b261931b2ac5b82e22388f9bc7fc5 33 0.02/1.00 vMB 23
285,531 285,531 0000000000000000df0f55c1867fb8c4109e7f2c8d0fbb13ead80bf58d9403da 197 0.25/1.00 vMB 17
285,530 285,530 00000000000000004f4b792b9b290747ccfe1ab66403a837115711beee869d6e 163 0.35/1.00 vMB 20
285,529 285,529 0000000000000000fc6f6850857c72039382abdb41d61d4acd525c2f3278f26b 993 0.35/1.00 vMB 53
285,528 285,528 000000000000000142ff1f2449e520ff7b2cc616ac92ddc87b0a95db37936739 201 0.10/1.00 vMB 25
285,527 285,527 00000000000000007fc6732254915ab548a508c2c2c9466a4208f31403bda53c 623 0.29/1.00 vMB 36
285,526 285,526 00000000000000016285923446e39b5f9f7f4cd1f4ec371b4c1e2eeb6dbc5200 389 0.20/1.00 vMB 34
285,525 285,525 00000000000000009d740d8d54fa35f7cf1389a5f3cd5a7325871f67e5b887d0 168 0.08/1.00 vMB 34
285,524 285,524 0000000000000001418893270b706f014010207ee74e7dfeab37a79febdd61c0 477 0.27/1.00 vMB 32
285,523 285,523 000000000000000008397b74adbd94010fd7890548ad01aee4a4ba9d27d6a2b0 91 0.04/1.00 vMB 41
285,522 285,522 0000000000000000398f27e8a3d434c9bfc8204d8f7fee26f21f5d2493036617 337 0.18/1.00 vMB 31
285,521 285,521 000000000000000059a7a1c844ab579638c66f2e2dbc8f87ec7fa8631a4af19b 243 0.13/1.00 vMB 29
285,520 285,520 0000000000000000a65803b0de2f928d477f3d39572f95ac18d90d38b69a70c8 30 0.02/1.00 vMB 43
285,519 285,519 0000000000000000e8d254f8c3d408d567e80ef70216df7a673f36914454cb0a 360 0.24/1.00 vMB 33
285,518 285,518 00000000000000009a1f886c62cd8f27f7f5ef1db90a6ac16ab06b8f77720cfd 131 0.07/1.00 vMB 36
285,517 285,517 0000000000000000ea319ddb0302ec10a82506158939cded4e019d92025cabab 472 0.24/1.00 vMB 31
285,516 285,516 00000000000000008e773b1d8c38f45573ece3c2848241dc280ae6acf22d3e80 218 0.15/1.00 vMB 31
285,515 285,515 0000000000000000e16c691461739c6356c5c63ce6c30f8f57f4cc426a97b2be 99 0.04/1.00 vMB 94
285,514 285,514 00000000000000013a6ff10a76f1f73bd941558812b6b898ecfdb55bf7fa43fc 29 0.02/1.00 vMB 27
285,513 285,513 000000000000000156c7e38e7f7c28637028d1be6ab1d8121d6bbcf9c14671d5 488 0.44/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 783.15 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: 743.22 GB
    • Received: 18.69 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.