Loading Tool

Explorer IconExplorer

Memory Pool

14,710 transactions
8.64 vMB
0.03678919 BTC
  • 1 sats/vbyte = 6 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.89/200 MB

Candidate Block

Mining Attempt 9b6aba913bb463cb0b31a412c226fd363afcdb09d96187d06754c236e44f3ede
Version 20000000
Previous Block 000000000000000000002f31c4c91ab8d8469da80dc73cf77210e96ec4c897c2
Merkle Root f9f6b940f4f8b94503f1cee15347c535e9e749813d56d8aad461c0a255e23a5b
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,293
Size: 1.00 vMB
Total Fees: 0.01828781 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,376 (766,523 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
146,853 146,853 00000000000007ccf67dd55b1beb32721e9705dab202580c1d0626687df06994 21 0.01 vMB 40
146,852 146,852 00000000000005a50c3609f9f95551e4df12681e112c2ca044c64f0a545ffd3d 6 0.00 vMB 0
146,851 146,851 00000000000000630f372c2f7748985fc2806dbe84ff58e71602b76cb632d419 8 0.01 vMB 29
146,850 146,850 000000000000033854a9384fad4a4746d1c4b20b4dd98cf37edabe20ae1508dc 47 0.02 vMB 87
146,849 146,849 00000000000002ad68c864a327e922b3c91b20eb285c2c21c5662ca1f4c4d397 10 0.00 vMB 33
146,848 146,848 000000000000067e2106e5148b2223475e3c70f1df32f4220d7d637584078ed0 18 0.01 vMB 51
146,847 146,847 0000000000000324dffa6a422d77bb5e09cad806d0d7728de2e4d93b5e58695f 15 0.01 vMB 151
146,846 146,846 00000000000008ba59982132b1f9925ce4e9bd3e979db92dbb951198c092875b 115 0.04 vMB 184
146,845 146,845 00000000000006186125132320e57a6cf3432467b505b7a7f07c0fedbf3055b5 48 0.02 vMB 249
146,844 146,844 00000000000005ece4c971c7881da02de9d43f8f621ef47accae369321231ce6 38 0.02 vMB 108
146,843 146,843 000000000000076a5c77e12a88bb03cd65289f2c8633d5f506d0e28b05ec9a0e 89 0.04 vMB 54
146,842 146,842 00000000000004313e8cdf54bc0e69cf8ad0fc282d47fac57e87630cee47d127 34 0.02 vMB 70
146,841 146,841 00000000000001b1d87e15b93623212b06d6ed59ba69139034d40b45ec1323cd 21 0.01 vMB 135
146,840 146,840 00000000000006f5923c855bc90ae5fa6e91e17dff84c77e030f743761136ae6 33 0.03 vMB 114
146,839 146,839 00000000000004c46afb61d92c06e6f8386e57eceffe89dc6856d674c48d9d61 53 0.02 vMB 104
146,838 146,838 000000000000090cdc3940cb6f368cd5f4fbdceb7940147984643a646320529d 9 0.01 vMB 133
146,837 146,837 0000000000000262c10728a07497955f2a9b18f816795607969066927ec56ac6 124 0.04 vMB 106
146,836 146,836 000000000000019cfb2890e6584ae844cbf3ff6332196987754d8adbb5c43de6 35 0.01 vMB 68
146,835 146,835 00000000000002c582c9ddc72057827e2a3649f0d9e12bb4b2e815e57c4c56c4 73 0.02 vMB 27
146,834 146,834 00000000000002584fb7f28620a2e2c3efcfd9948cfe653f704c10f9d9033611 1 0.00 vMB 0
146,833 146,833 000000000000069c82bde64b285e0d4b8cc4d8c0c0289fb19e796e7f43c3779c 95 0.04 vMB 109
Previous 10 blocks ↓
Total Size: 779.52 GB

Node Details:

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