Loading Tool

Explorer IconExplorer

Memory Pool

69,822 transactions
26.86 vMB
0.08362611 BTC
Random Selection Loading Transactions
Max Size: 160.43/200 MB

Candidate Block

Mining Attempt e32a093219d51d294697f0527a3877d8bedf1acb4562ab8b8aea2a9de0411e3f
Version 20000000
Previous Block 00000000000000000001f691bd45982569b89a9b269b1e08ab97aba421b3f821
Merkle Root 9ac72433f60d233b64e1e2d9f401bc9f28205c173a88ed0cb21acf5b2ff21583
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,545
Size: 1.00 vMB
Total Fees: 0.02617675 BTC
Feerates: 703.20 > 2.62 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,481 (809,823 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
105,658 105,658 0000000000014a5b0bd1e84c45aa7a41faa401a9bb05068aa7460283c72376a4 2 0.00/1.00 vMB 0
105,657 105,657 000000000002697d27834181202e99964d2b5a0ce2586371eca458a6d68a6098 1 0.00/1.00 vMB 0
105,656 105,656 000000000000723b86aebfe46141283cf5af6ab365ba3db81a4ea6e88288daa8 2 0.00/1.00 vMB 0
105,655 105,655 000000000000de8a11485fb8c2a5509f20b6026c27a740098c11350d9ce46f9e 2 0.00/1.00 vMB 0
105,654 105,654 000000000001e4f9ea3783ecc47bbc71c5c03a25062e6630e9c43414cdac6432 3 0.00/1.00 vMB 0
105,653 105,653 000000000001e4eb4b7a54e53c46de5ce4582a4aa4928a885f9a7889e930dd29 1 0.00/1.00 vMB 0
105,652 105,652 000000000002268e1a006256d93fdfdc0a9ab5c0eee54a202e30eebb5100db88 6 0.00/1.00 vMB 0
105,651 105,651 000000000000ce62e59949cf9cfb258c82d4e096bd043749b2e25650b76661d1 50 0.01/1.00 vMB 0
105,650 105,650 000000000001f840dc2f228399ee5c6c9bc49cff388ed3ca2025c9d0f2fce356 15 0.05/1.00 vMB 881
105,649 105,649 000000000001f4f3c39ee04097547b9e18f9db4048823d6d4372a20e4eb17fa9 1 0.00/1.00 vMB 0
105,648 105,648 000000000002bcb8d85d9860474a08467fcf3d7228348f504ecea58c06c1871c 1 0.00/1.00 vMB 0
105,647 105,647 000000000001dc787d5d0f017d574cd2e4c93a8b33db5b3c71ab5282e0bcf8fd 1 0.00/1.00 vMB 0
105,646 105,646 0000000000011cf6eb15f01b055ab01fc6c37e008cbcf10a49bae43eb52ff06a 2 0.00/1.00 vMB 0
105,645 105,645 000000000001a86eb7c7821830d6d7ffc0f557b000efca90efe678836ecfea66 1 0.00/1.00 vMB 0
105,644 105,644 0000000000005e493d6ee551689aa22fcc4fcb6d6652b1659157c2d8ea92b4b8 5 0.00/1.00 vMB 0
105,643 105,643 000000000001435097bd2a4d13b2a58e0745549411de57a295c9690ffd63535d 7 0.00/1.00 vMB 0
105,642 105,642 0000000000000f27a481f73684ebb1b1bd58b056d141d8dd2391c037e6174de8 22 0.01/1.00 vMB 165
105,641 105,641 000000000001587018544c7522a1871d7cbf872e86ec0bb6461ca44914f0faa7 3 0.00/1.00 vMB 0
105,640 105,640 000000000000a5130426871076dc317b3604d2b7c0e8fa6f791e14112fa0852c 3 0.00/1.00 vMB 0
105,639 105,639 00000000000028cd59e0fb2e9aa3ee80b049668e5b5388f9ca2d81dbb1588648 2 0.00/1.00 vMB 0
105,638 105,638 000000000000a0c167fdc22b4ab01647392871ccb7a7fc3ef662b9063fb63801 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.23 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: 758.48 GB
    • Received: 19.05 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.