Loading Tool

Explorer IconExplorer

Memory Pool

27,985 transactions
11.23 vMB
0.03785672 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 65.01/200 MB

Candidate Block

Mining Attempt 3ab4545e8e326aa8ca54390bf0482af6b4ec142d352d369bd7a532e9e74c15e2
Version 20000000
Previous Block 00000000000000000000982307d3b756516d69e5f9eb847bc91735f48dbd8995
Merkle Root f0803f5a8e8d297a0780268a79cb3b4d51c80c58e8237d45e36598dd55f1d909
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,392
Size: 1.00 vMB
Total Fees: 0.01881864 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,548 (715,761 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
197,787 197,787 0000000000000169649255b2d46b0d0ebf71906309409d833776e04367874f8d 132 0.05 vMB 347
197,786 197,786 00000000000003035c8d3aacf82e45656126215096ae750eab94faa5c939a9cf 77 0.04 vMB 165
197,785 197,785 0000000000000065a101723ce0478e18e913677e0de01f5cde80e9801f16d6f8 107 0.04 vMB 223
197,784 197,784 00000000000002dd7ee87f013e894a8804313017e3f4a9b355558ec834e7a76a 208 0.07 vMB 150
197,783 197,783 0000000000000404c3e2027c93ee5b79f016ec8eff4c3eeb87cc531f9b242c09 89 0.03 vMB 119
197,782 197,782 00000000000001749713270cea65102e2048cbd66be5e60139b053bb1f4aff9b 128 0.07 vMB 151
197,781 197,781 000000000000013f60b28f1c4a9e3a5589f3a7e6d18dba6abfbade16a5b31de4 144 0.05 vMB 81
197,780 197,780 00000000000002f53b1c01f41281798a790fea0d0b41dc7c357fecbe43587d98 104 0.04 vMB 129
197,779 197,779 000000000000005574997b3a60292993988083565ad80275243f828b2dfb3d4c 540 0.21 vMB 209
197,778 197,778 0000000000000567a5fe31f713c463f82c6ffa19b0e308125fb46589b167125f 512 0.26 vMB 105
197,777 197,777 00000000000003b337e7179ff5cd900802468ccb16b48705472271f242d5f78d 1 0.00 vMB 0
197,776 197,776 00000000000001b9276ebb3e1c989074fe0928f690b413203f1b9fd007781d62 80 0.04 vMB 99
197,775 197,775 0000000000000308d2ec496aabba33352c3d47bdaa6e0e74fc78282bca044be8 461 0.17 vMB 174
197,774 197,774 00000000000001dea26f58c1bcd6c7a777e8bd7e15672423463ef2ca557b9b1b 127 0.05 vMB 139
197,773 197,773 000000000000046185766c2c25c6e17a1fa6e87776adbaccba996be9fcb5be70 109 0.05 vMB 156
197,772 197,772 00000000000000f1f5dc4b0ddce07362461b2c83d935a0b3b4f3d5a8197fd932 75 0.02 vMB 17
197,771 197,771 000000000000060ddbd926bc7e895287e929f305d603cf293bd1db6bdd50d180 337 0.14 vMB 141
197,770 197,770 0000000000000615d807ab2174ce27bf565f5ebcd10e9c8bbfd062b844586754 448 0.21 vMB 119
197,769 197,769 00000000000002ce8d55db86810d810c25d5f970dac5f1aee181a1db924f0818 20 0.01 vMB 102
197,768 197,768 000000000000018ed66d4f038d30375760f801f46c34e2dd1e1d6906ba4a686f 526 0.23 vMB 127
197,767 197,767 00000000000005fe51441d2e19e4618318b1e14153fce835df143242576f3944 108 0.03 vMB 20
Previous 10 blocks ↓
Total Size: 779.81 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: 414.03 GB
    • Received: 2.21 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.