Loading Tool

Explorer IconExplorer

Memory Pool

74,386 transactions
27.42 vMB
0.06868399 BTC
Random Selection Loading Transactions
Max Size: 167.47/200 MB

Candidate Block

Mining Attempt b74a0f0771d56cbef5ba1aa16ef03f9cda5fb3697e79ac5caece140f78068c11
Version 20000000
Previous Block 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7
Merkle Root 0036b3defad06c80936ed1c8ae246dfe3edac172b070b3d7d1f3be49414c628a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,287
Size: 1.00 vMB
Total Fees: 0.00883145 BTC
Feerates: 100.53 > 0.88 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,251 (579,693 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
335,558 335,558 000000000000000014fc714d80fe36e8aab469d246dcc75481932af360b3c7c7 407 0.20/1.00 vMB 27
335,557 335,557 00000000000000000f9129f6cca1ae777c8fb69574acdf7398a60f2369a22ccd 504 0.36/1.00 vMB 19
335,556 335,556 0000000000000000030593f652371abb57a36cd6b5c198c60a48201d0fe779f4 407 0.19/1.00 vMB 25
335,555 335,555 00000000000000001079e1eb971c07c22d6fcee6e10acfcbb7650818bc0f4860 1,398 0.75/1.00 vMB 25
335,554 335,554 00000000000000000cd694a0a44d24964ea2e218201bc6615d40d745e689e5a6 869 0.54/1.00 vMB 23
335,553 335,553 00000000000000000788b0736ec1d6e8d8f924edc80709491a94fd5f48889aa1 306 0.26/1.00 vMB 15
335,552 335,552 00000000000000000a61a3817d3e509754da26aa785ed331174f8c54f38fed27 1,454 0.75/1.00 vMB 26
335,551 335,551 0000000000000000132e5c26629d3ec96eb4dd0a2c88bf3872f8c33ebc433171 277 0.14/1.00 vMB 25
335,550 335,550 00000000000000000363dd7bb4cbfceb028ccba7c796d9495d9328b980a18b37 1,151 0.68/1.00 vMB 22
335,549 335,549 0000000000000000162d0ac3c1fa01a69d6cb4fd060f0f9dbc702a44f2e2f085 421 0.17/1.00 vMB 36
335,548 335,548 0000000000000000018af8b3b4f1cfeac816621e9005b771e13c5a4f93f650c8 297 0.14/1.00 vMB 29
335,547 335,547 0000000000000000040b78eeef9d3bc2f3247933fd4dd823ac804ea9ad246b9f 444 0.30/1.00 vMB 21
335,546 335,546 000000000000000011b82244e2b018b362d964113262e8873abbfc96cda131da 205 0.11/1.00 vMB 25
335,545 335,545 000000000000000000e19c2986f14657e176500a77e1eb3c0cb387bdf27d3d5a 637 0.49/1.00 vMB 19
335,544 335,544 0000000000000000043b5aaa76549b2a52e5c96db67d38153fcdc5302aafbdc3 275 0.30/1.00 vMB 14
335,543 335,543 00000000000000001448d62b19d0fe0a70757b14f18a22533b35b2cc16a0c91a 727 0.35/1.00 vMB 26
335,542 335,542 000000000000000011f09bf91cf77b9ed97c5d81d9c08cc2978647e05f1e5463 669 0.68/1.00 vMB 9
335,541 335,541 00000000000000000bc3bf5c80e98450d82e17ef864493e8ae9d0c2f08fe30b9 886 0.75/1.00 vMB 19
335,540 335,540 000000000000000012424d22a3839b270cfac0e8b789a5a45e6a310685ca25b4 2,001 0.90/1.00 vMB 26
335,539 335,539 00000000000000000f7c35caab4a274f2f164a47ee050c990ea962f6d21791ad 1,361 0.49/1.00 vMB 43
335,538 335,538 000000000000000010c08aaeb955d49d8553ec6f10b63fc9e3cd4006030459f3 95 0.08/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.83 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: 711.64 GB
    • Received: 17.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.