Loading Tool

Explorer IconExplorer

Memory Pool

38,104 transactions
27.22 vMB
0.06090245 BTC
Random Selection Loading Transactions
Max Size: 138.51/200 MB

Candidate Block

Mining Attempt 2f6808083ffabc093442dad1926d95e2a2f35595e6b4e1fbbb25afb533b7c83d
Version 20000000
Previous Block 00000000000000000001387128703dc8e100fb66dc8413c1f0d759bd7170a104
Merkle Root 78ddb69c4032bb20290388513db6a27587683447091d93da9900728d57cde005
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,295
Size: 1.00 vMB
Total Fees: 0.00941775 BTC
Feerates: 60.16 > 0.94 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,638 (857,840 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
56,798 56,798 000000000e62f15749eca2ce3e60e821f23fe89a1d8cccd0b290192e9a021ad6 1 0.00/1.00 vMB 0
56,797 56,797 000000001474ceb5c6bef3a8daf51b816e855d00fac61e4efd0820026fa5e65c 1 0.00/1.00 vMB 0
56,796 56,796 0000000006cffb1c7ef5e95c948cf095a4e885fbff33aa7ea9f75417b652371b 2 0.00/1.00 vMB 0
56,795 56,795 0000000000913a4aa2d6db11cad9a597bb2b4d50818dcdd284a75dbf95cfaaba 1 0.00/1.00 vMB 0
56,794 56,794 000000000c2a1ea3f6bb93fe19bfc9f3507257f12a06a2a9a1a946b6b0668a81 1 0.00/1.00 vMB 0
56,793 56,793 000000000209cf933963431c30e1439cd808aeb2da7e9e007b5c8bdcf1704f17 1 0.00/1.00 vMB 0
56,792 56,792 0000000004f40bb0d45fee2a82b878705a6bbcf19314363329ef07623135a762 1 0.00/1.00 vMB 0
56,791 56,791 0000000008197b6b1beb8b51ae1cec83da63f21e480e524fd94cca1ec642450a 1 0.00/1.00 vMB 0
56,790 56,790 0000000012aabb9310fda004a16990fe56e248d4660496328355c9a8daa136c9 1 0.00/1.00 vMB 0
56,789 56,789 00000000094c3612520f9e6283c00678622c1e141d23f2baa68f28b7b4d45a53 1 0.00/1.00 vMB 0
56,788 56,788 0000000009691d0501e7b33a2fb27b618451207ad5eb401e9ba1600932aa171e 1 0.00/1.00 vMB 0
56,787 56,787 000000001321cddda8d5d7563c58808fbd015a34abf70d10e8db52c7ae54bb5e 1 0.00/1.00 vMB 0
56,786 56,786 00000000047dbdc3d21aa916ff18e41245f5e9f6dc8e742eddec2edb3fd39401 1 0.00/1.00 vMB 0
56,785 56,785 000000000548bc09e9f6620e2b832607fef1ddb79eb1d9cea26a081384205e5c 1 0.00/1.00 vMB 0
56,784 56,784 000000000593df7ff24deaf14c5f237944c129430207aa68bedb7939d21bff02 2 0.00/1.00 vMB 0
56,783 56,783 000000000eb908a702dfb27bb29982daed123db574d512df7cfd2bf4982f8bc1 1 0.00/1.00 vMB 0
56,782 56,782 000000000be5dab7207cbd2c9ff77bd0c74884b17583682374a6f9fd49a1eaae 8 0.00/1.00 vMB 0
56,781 56,781 000000000a0d82a5cd0f862607b0e80dba27bb29a5c453581b182cf9edaf8f41 3 0.00/1.00 vMB 0
56,780 56,780 000000001294acfbd3dc803d873b5f0d4b97d2c527819d5712f0404d5c3e4f97 2 0.00/1.00 vMB 0
56,779 56,779 000000000eaf345fbba8849cdf01ffd0217b1a1aeaed099e7a61f5eb3e695de8 4 0.00/1.00 vMB 0
56,778 56,778 000000000a1452fd65bdf88510ceaeb8786163ec7e2887081d9fe945d0dee91b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.75 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: 631.27 GB
    • Received: 12.06 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.