Loading Tool

Explorer IconExplorer

Memory Pool

28,372 transactions
8.12 vMB
0.07972825 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 4 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.69/200 MB

Candidate Block

Mining Attempt 71579934e40bd31fb4926eb629fce1836f2cbf7b1f27e4bee0061f9febe12655
Version 20000000
Previous Block 00000000000000000000462d480322cf9b5bbf8833c1eecd2f438a0f423bde5c
Merkle Root 307f6bdf04f7360c1442bec4b84aa4da5ecd48205dc83083b0795c3833cbb480
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,754
Size: 1.00 vMB
Total Fees: 0.03214341 BTC
Median Feerate: 3.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,187 (718,399 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,788 194,788 000000000000037b57462957978f13abbc5e4580498619442f03fcf364ee43f3 0.24 MB 512 29
194,787 194,787 00000000000002cf5c6060fc560c14ea373737ce9176eb24f550019249ecc257 0.25 MB 325 91
194,786 194,786 000000000000079f840da8d5118c36bfa1d2b5051d086171cedf4b0a4aa686e0 0.07 MB 120 856
194,785 194,785 00000000000004fbcc1d11fe0ebf6ff41073d0734cf888987e2b1aa5497232c4 0.04 MB 66 281
194,784 194,784 00000000000001cded851b2188bca65d6b20001c7234e4ebc2c297095e077742 0.02 MB 33 38
194,783 194,783 000000000000056ec055f72a5001969bca5f347f8d54323e5362f4cb14877c7d 0.07 MB 158 124
194,782 194,782 00000000000000372d166ba3e0f49cd6a47310d85318826d0e856d4ab685c90e 0.29 MB 578 157
194,781 194,781 00000000000004758cbe0866a5d4e5764c436bf17fb9af508c5d8e16d02e590c 0.23 MB 512 84
194,780 194,780 000000000000003dc9bc9fc382e51cd6fa0026957c7724086ddcd18436e00092 0.02 MB 70 93
194,779 194,779 00000000000001bbf3461708b63c98903e289fb6250a6d35fc2145f89cb4598f 0.05 MB 120 112
194,778 194,778 000000000000052b46ab5543c156ea83999a3bda8bd498524511146e11c25cba 0.22 MB 512 320
194,777 194,777 00000000000003bc116c774b4e59fb54c577991fba602fd7751921de3c2db748 0.00 MB 11 65
194,776 194,776 00000000000005bce98fb40f54345c69f30645e562cbc9de3cf6c50d005d8673 0.01 MB 18 128
194,775 194,775 000000000000013c826d458a4df11a0040273a7d8d9e22c47948e7fd418893cd 0.01 MB 38 124
194,774 194,774 000000000000027a1822bb0d8426545a8dad7b2d31ac5fbe79fdc940f2e5e23a 0.09 MB 243 174
194,773 194,773 0000000000000125a2cbb1e3782f1c1786e06d1830ae2d8ba9514d9961bfc496 0.03 MB 62 95
194,772 194,772 000000000000051abffb95e613854372623689ca04d6b6234753736c0acc431d 0.01 MB 29 119
194,771 194,771 00000000000002a35a691233b24b06fccbf0689fb98ec11ae0838b05e019d7a3 0.15 MB 380 132
194,770 194,770 000000000000078a6c75fa77f5ec78d99c9952f4adcdf74b96b4164a127f8e10 0.10 MB 266 176
194,769 194,769 00000000000003636c3e951adf27338691cca5a677e0e383560d120e542e1020 0.13 MB 294 118
194,768 194,768 00000000000002f590a45b498a6e272d6e7af6babae82ecb87678d137aa40506 0.01 MB 18 171
Previous 10 blocks ↓
Total Size: 779.18 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 60
    • Outgoing: 10
  • Data Transfer:
    • Sent: 10.81 GB
    • Received: 0.24 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.