Loading Tool

Explorer IconExplorer

Memory Pool

19,556 transactions
9.48 vMB
0.02000577 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 52.06/200 MB

Candidate Block

Mining Attempt 184c5b41377d4bbd5f59b79783003cc8ecfc8dd899a933707d23661ee1a12108
Version 20000000
Previous Block 00000000000000000000e7878bdfe788173f6a548f487b1a1f1ab2cffe96a584
Merkle Root b773317914f4014783ff1f52c437bb94bdf0cd0f3f994e6e59685c9f6bb48b0f
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,721
Size: 1.00 vMB
Total Fees: 0.00522732 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,510 (779,588 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
133,922 133,922 00000000000006f0666f6ee32c8113161b563ec349098e5cf5c21506aea68eb5 32 0.01 vMB 449
133,921 133,921 00000000000009364c1479537c239da0e38f5057db20e467efc224a01550785e 65 0.02 vMB 124
133,920 133,920 0000000000000a0f50d6ce49c598c61d6f4e2722d8cc5f5bcd48bee1ff2793a1 49 0.03 vMB 782
133,919 133,919 000000000000053eb0059c82f86013cbf205033d82754b5252a04059e331c55d 81 0.04 vMB 614
133,918 133,918 00000000000009e1e09847ee394f5394a3eed9d7c37949ac7ef0648760b0e488 51 0.02 vMB 450
133,917 133,917 00000000000006e0afe3b0f4e7b572613c46224c392dbfa417b0f57403ed2b4c 56 0.03 vMB 335
133,916 133,916 0000000000000b51ccc06512491fecb059a12fc2320309a941b921e6842c853e 67 0.04 vMB 317
133,915 133,915 000000000000081026353094667cae2f783ff46efe65d5d701ac1c7847628dbf 34 0.02 vMB 576
133,914 133,914 00000000000005ce69c2bbe950de559e9543ff5df99da0711016e2ac1d255ade 322 0.09 vMB 199
133,913 133,913 0000000000000991c234e0f032fa1187074de6447e7d82a4ad462c701f448325 45 0.03 vMB 144
133,912 133,912 0000000000000157f893665d44f3f3eca2cdc0b2a9341b45a4813359176a949d 99 0.06 vMB 106
133,911 133,911 0000000000000017812cfbb8278d03994b80413187f6fc83d2efd1cbe441442e 62 0.03 vMB 821
133,910 133,910 00000000000006c9cb0589a44808d9a9361266a4ffb9fea2e2cf4d70bb2118b5 106 0.05 vMB 1,108
133,909 133,909 00000000000009d765452389a8b0e2ab711f8f253244d8093d6d3085cbf7a363 18 0.00 vMB 1,427
133,908 133,908 00000000000009866329e782e0f76419c33a76fc8d06355ad2a2d857c3cab1fc 77 0.03 vMB 239
133,907 133,907 000000000000055d38f0c7a492a9257ba994c2ee21e449c60de10f50c98df2c2 38 0.01 vMB 89
133,906 133,906 00000000000008249596c3a105f18da45fa930edf1e2c5eea1a416204741c255 115 0.05 vMB 322
133,905 133,905 00000000000000718b587a08a2ccb8e5ab64b2a46c331729f5d5f642ee148a76 7 0.00 vMB 469
133,904 133,904 00000000000004445812ea26fac8a22898edbf628bb643f4e70fa322a6255527 96 0.03 vMB 189
133,903 133,903 0000000000000c1e91b77856039d5c54b38cf277860ce2216197902a5b9d9556 123 0.05 vMB 298
133,902 133,902 000000000000026d3ca0f59b46ac857449986e6b48e5c128f528110a0bda549a 27 0.01 vMB 365
Previous 10 blocks ↓
Total Size: 779.75 GB

Node Details:

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