Loading Tool

Explorer IconExplorer

Memory Pool

23,956 transactions
12.05 vMB
0.04892539 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 67.34/200 MB

Candidate Block

Mining Attempt 24760bdecd32148854bb3f31799cf07abd8f5ca6c211c7925dcf512d5e66d1c9
Version 20000000
Previous Block 00000000000000000000d8354835b6a50d1cd25337019743ebbc2d92d4bc275e
Merkle Root 85577f3629dd80c09efd57cfa80b8f41dc01f6cb6a63531b401adf82bc1c8c2d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,958
Size: 0.9979985 1.00 vMB
Total Fees: 0.02685317 BTC
Feerates: 202.69 > 2.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,642 (563,945 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
349,697 349,697 000000000000000011fc3e46b61242825c71d81fbdfc05e6949d2e21cc3ce82a 1,097 0.63/1.00 vMB 22
349,696 349,696 00000000000000000d39548671d83503c0ccc3454db4f61eaca82dfde5641887 512 0.16/1.00 vMB 53
349,695 349,695 00000000000000000528370533e87b66d17c8d1fed6cfc068fbb4b2a2ee3fbcd 590 0.29/1.00 vMB 22
349,694 349,694 000000000000000000e8eaf1eb6fc59b25c7ca5be37114e98b39933097dd8cc0 570 0.34/1.00 vMB 25
349,693 349,693 000000000000000012f00b49de32dd39ebd7382be284c036121e1560c14c0e70 64 0.02/1.00 vMB 41
349,692 349,692 00000000000000000973216c4b98bd93e6e61ce75779a18e7fba9723c9e227ac 1,411 0.70/1.00 vMB 25
349,691 349,691 0000000000000000019ed3710f4713d2173ed8f2c65a8e76406b00a7d9ea6413 729 0.38/1.00 vMB 27
349,690 349,690 0000000000000000119b829a9b87213680f7ecd953ba06e311ef38126c671a88 2 0.00/1.00 vMB 0
349,689 349,689 000000000000000016c8cba40a0ccb3653c94870956e71330be8d1da2eb9a6fb 688 0.34/1.00 vMB 26
349,688 349,688 000000000000000015dcfe92959eccdbbc45bfa9d7acc04772976c0948f3f7e2 645 0.35/1.00 vMB 28
349,687 349,687 0000000000000000035562f24e685dab00fe9f569a594477cc503bdb35454201 213 0.14/1.00 vMB 20
349,686 349,686 00000000000000000bfb620278dad3e9fdb29b3c2f2ca3af56e45a1cdd94d3fa 220 0.13/1.00 vMB 22
349,685 349,685 00000000000000000c090631e1dc394387ffe4b00e239f5680e12b6fec5a10b0 274 0.16/1.00 vMB 15
349,684 349,684 000000000000000000b9e53bf22e560a13ad64b6aa5bde50193d4e65d5953c77 428 0.24/1.00 vMB 24
349,683 349,683 00000000000000001378de21cfd8c21e66a98a5110fa2ae501857a84002a1a2d 725 0.42/1.00 vMB 24
349,682 349,682 000000000000000010671c1c15a4926244241db7f3593bb35f6e7136aa30e5c6 1,035 0.57/1.00 vMB 24
349,681 349,681 0000000000000000052853e4bd64832d3a21e5c7f68e6e8fb34909f7a2a9ed74 660 0.38/1.00 vMB 21
349,680 349,680 00000000000000001602e7f309aa98dd13e54f6273dca72ab7195acbf91dac9b 611 0.75/1.00 vMB 7
349,679 349,679 000000000000000002ce0859d5081784112c7511dc9a5129bc760a3ffec8f0d7 492 1.00/1.00 vMB 11
349,678 349,678 000000000000000014b23ae88919e85ed57d92cca355f14cca14ee384419f11a 1,426 0.75/1.00 vMB 31
349,677 349,677 00000000000000000c5a9353b874cfdf8491ab4960f7fe8169c0eee968148559 512 0.18/1.00 vMB 109
Previous 10 blocks ↓
Total Size: 779.98 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: 471.46 GB
    • Received: 2.99 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.