Loading Tool

Explorer IconExplorer

Memory Pool

83,163 transactions
30.86 vMB
0.09059846 BTC
Random Selection Loading Transactions
Max Size: 186.22/200 MB

Candidate Block

Mining Attempt bd6f23591788f9ac08fb81bc995fb6f6659563dc4c8a0d3a023423af9bf82bda
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root ffe2c81300b86f150a945176cf405e5a5ef3b249f6a618f75c9a268df7c9b293
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,621
Size: 1.00 vMB
Total Fees: 0.02399478 BTC
Feerates: 366.60 > 2.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (336,233 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
578,741 578,741 0000000000000000001cdef8789375bf481cd4f25a10f03bd1f459b4c5d937b6 1,856 1.00/1.00 vMB 135
578,740 578,740 00000000000000000018313575f4737e736810f14f7027c5c5f6af87d42c7e4d 1,053 1.00/1.00 vMB 52
578,739 578,739 00000000000000000009551c8d5c8036e44486bee3d9ac4d2fe1804026a68625 1,729 1.00/1.00 vMB 73
578,738 578,738 00000000000000000019c89879fc615e728ce39d4c6c0de0f7009d10c170396b 2,081 1.00/1.00 vMB 91
578,737 578,737 0000000000000000000eb344d93b8d4630821831a5568e2b9bc98e6fc6181a72 3,029 1.00/1.00 vMB 167
578,736 578,736 0000000000000000001bdf4970b48844e7f4906bf2a4389a95813982d7aff37f 1,866 1.00/1.00 vMB 76
578,735 578,735 00000000000000000020abf950b35d56348248d53f6992566544c6168ec1bb06 1,743 1.00/1.00 vMB 119
578,734 578,734 00000000000000000009de875d9ebfaabdbbb12563d1b321eac7ec81e88bc310 2,070 1.00/1.00 vMB 100
578,733 578,733 00000000000000000019b251777d39fdfc6db21c99d05ac1b1521a555d373228 2,919 1.00/1.00 vMB 98
578,732 578,732 00000000000000000000f9c70e549cc8aa7ff7564625d023f655ae585de731f3 2,728 1.00/1.00 vMB 90
578,731 578,731 0000000000000000001c6f0f6f7d3bdf5e5957d1eb3e8415f8168840f3d6fe0c 2,317 1.00/1.00 vMB 91
578,730 578,730 0000000000000000002288d8c74be769d85a98e4e6c9a33a83713e61b82b4979 2,346 1.00/1.00 vMB 158
578,729 578,729 0000000000000000001a4c6712fef8f8a5dbac6db89fae67241ba69c27cbcf30 2,933 1.00/1.00 vMB 179
578,728 578,728 000000000000000000131172fc30f2c5e65cdfca9e4f4fa997e564bce9ea0785 1,611 1.00/1.00 vMB 119
578,727 578,727 000000000000000000196054973ba637f8f10afc4bb67ef573c5fc54d931fb24 2,936 1.00/1.00 vMB 150
578,726 578,726 000000000000000000064496bcb64c257da714798680b4ac00acf9d26ad5d896 2,413 1.00/1.00 vMB 130
578,725 578,725 0000000000000000001588ea8095cd3b98c546d6cb1566874e7cf3bcf6cde268 1,817 1.00/1.00 vMB 160
578,724 578,724 000000000000000000104f645893f64c2fe0487eea29a313fcc9dc86e612ab69 2,469 1.00/1.00 vMB 196
578,723 578,723 000000000000000000185087903080606c824576843ecc03cd23497b9982adda 2,723 1.00/1.00 vMB 148
578,722 578,722 0000000000000000000fb1ffce1c9691e5268fd0ef69dc330831b8b60356b9b4 1,812 1.00/1.00 vMB 140
578,721 578,721 00000000000000000025a52a56fdf3118f1840d2ca32c38210255ad5d31188d1 2,012 1.00/1.00 vMB 131
Previous 10 blocks ↓
Total Size: 782.34 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: 661.56 GB
    • Received: 14.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.