Loading Tool

Explorer IconExplorer

Memory Pool

75,552 transactions
29.92 vMB
0.09426188 BTC
Random Selection Loading Transactions
Max Size: 178.74/200 MB

Candidate Block

Mining Attempt 3cf1862918d93e4d7778606e13e2e896b1c82b2cb49c945c2b95f1487bd2bd97
Version 20000000
Previous Block 00000000000000000001108cb958b997fbbda21703b73c8bc3a6f72862e5da75
Merkle Root 2eb71100bab848c698b2c8b4e4b8d553ac799c3e4c5aa4eb3fdcf70bbeb04185
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,748
Size: 1.00 vMB
Total Fees: 0.02241966 BTC
Feerates: 100.00 > 2.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,446 (466,351 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
449,095 449,095 000000000000000000ae83e398681f511cd0c509d131efbf11636d01a1d935b3 2,283 1.00/1.00 vMB 83
449,094 449,094 0000000000000000017963cd29bff3fa6192dd3c3526156b54832067113df4fc 2,092 1.00/1.00 vMB 74
449,093 449,093 000000000000000002872f4f515b84830e0829189f4710ac0e233b42a68eb351 2,001 1.00/1.00 vMB 75
449,092 449,092 000000000000000002ad95719705db82c67501519facaf5eccf8423e095c4622 1,968 1.00/1.00 vMB 60
449,091 449,091 000000000000000000e9b896de5435b610b384e3e5210b2614d0d3948c70e46a 1,614 1.00/1.00 vMB 73
449,090 449,090 000000000000000001c87fddf6666892077201d1a6256c158b11e0237b047621 2,306 1.00/1.00 vMB 73
449,089 449,089 000000000000000000185fbf709e3e19547d6586eb8f840a33496871810cb972 2,317 1.00/1.00 vMB 97
449,088 449,088 000000000000000001f0925c32955d0224aecf87dfe73bc75c03e0682a9f26d4 2,645 1.00/1.00 vMB 82
449,087 449,087 000000000000000002d28d0f0872f6c6388b7bd0b3e3b7e6ac459fbd1442a55e 1,827 1.00/1.00 vMB 67
449,086 449,086 000000000000000002419fd9b2131f52eb064077c342a3e515af78b76927be64 1,175 1.00/1.00 vMB 76
449,085 449,085 000000000000000000fec35de0deae71b769848565ff2c94c59157982ada95b4 2,654 1.00/1.00 vMB 78
449,084 449,084 0000000000000000007e96b0fce5e9c0034cfbc38d68b4d5f842764186e2387c 2,192 1.00/1.00 vMB 96
449,083 449,083 000000000000000002a03b3ca1394b2e112be46b976d2f43747c3772cda6cbb1 1,644 1.00/1.00 vMB 73
449,082 449,082 0000000000000000004cec86d6d21355ad8a6e56a0660096b2ba9c40585b8170 2,847 1.00/1.00 vMB 122
449,081 449,081 0000000000000000011e472c49e67a636d4d98c9c0440752016cc5f29eed150d 2,432 1.00/1.00 vMB 98
449,080 449,080 000000000000000002ae1b2be67c173726466f58cccbe6846beac1b88ea27087 1,392 0.99/1.00 vMB 62
449,079 449,079 00000000000000000230ba325106ae058dd2883a5c50bdf67d1488923f12c8e0 2,749 1.00/1.00 vMB 97
449,078 449,078 0000000000000000028f5537c541ef1695ea4d13eb6a7409aebb82ae1d1e68f5 2,356 1.00/1.00 vMB 79
449,077 449,077 000000000000000002468df364f010d3f0021382e23b7c9cfd45a621aa9fda96 2,024 1.00/1.00 vMB 82
449,076 449,076 000000000000000001941a04759ff85add5ab4c605246dfb5bd0b48429bca31e 1,086 0.75/1.00 vMB 47
449,075 449,075 00000000000000000286cb7541726072e3a84c13cae2e344e4a7406c4da5d5fd 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.17 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: 749.29 GB
    • Received: 18.82 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.