Loading Tool

Explorer IconExplorer

Memory Pool

79,245 transactions
30.09 vMB
0.12552088 BTC
Random Selection Loading Transactions
Max Size: 180.50/200 MB

Candidate Block

Mining Attempt de7ac96e197b19888427ccaefdb49f0b2ffd16db4d681f62be69324df930a81a
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 82ea8dcf1da9831ef0ec6f45a1aad5b7193e68cd0ddc1282783ba803bc36ea6f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,059
Size: 1.00 vMB
Total Fees: 0.03898640 BTC
Feerates: 673.02 > 3.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (323,107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
592,166 592,166 000000000000000000011489399d4f907587f3ecb70e17da5cff92d657c17116 2,619 1.00/1.00 vMB 34
592,165 592,165 00000000000000000003d02c4100b5f62265e9955ee7e1de99edb0bbf16b2f13 1,626 1.00/1.00 vMB 26
592,164 592,164 0000000000000000000bcdf9d09dd37f1041e42c3c536b4613ebb2285cb0fa2f 2,778 1.00/1.00 vMB 39
592,163 592,163 0000000000000000001b78b82178ef6093ff335ff1fcd5f4916cdbe23789d254 2,770 1.00/1.00 vMB 32
592,162 592,162 00000000000000000019ec59074e66fa6952ecc918e9a4926e3f2b8ec3233fb5 1,827 1.00/1.00 vMB 16
592,161 592,161 00000000000000000001ba510ea682ade9a1d2abb377c6cb5b5287d862ec1daa 2,934 1.00/1.00 vMB 27
592,160 592,160 0000000000000000000d0192a223dd05d2b5d8ebedf07c9db27fc8a6712cec54 2,923 1.00/1.00 vMB 22
592,159 592,159 00000000000000000014e5d0db2a5d89e61c4a83f8db9eebea9aa5ee78616f23 2,706 1.00/1.00 vMB 25
592,158 592,158 0000000000000000000b003b2c9d4556277d4b65b159ab75aa6d0b10bb23d9e0 2,198 1.00/1.00 vMB 19
592,157 592,157 0000000000000000001304fe747fbc3fdb46e258c8a0425976b404f6e9c2ec28 2,910 1.00/1.00 vMB 20
592,156 592,156 000000000000000000074742d1ca88a9b710d3028e9b417efcc4e1e6eb132b13 2,754 1.00/1.00 vMB 32
592,155 592,155 0000000000000000000af3b02ebc95c17736fa6af9d5e38098d17fda81d4ceb6 3,222 1.00/1.00 vMB 21
592,154 592,154 00000000000000000006d5407f4a228cc6a26e1b8f7e2e9eb0c9e98b453fe2a3 2,494 1.00/1.00 vMB 28
592,153 592,153 000000000000000000077883c3d8b3a482bdf61435922a74188d1b4af29433c7 2,717 1.00/1.00 vMB 28
592,152 592,152 00000000000000000003db756626ef860986891233e86bbf73f1067373994554 3,101 1.00/1.00 vMB 33
592,151 592,151 000000000000000000147c7609678b8fd44f59a88852a92f81ebd583711aba34 2,542 1.00/1.00 vMB 30
592,150 592,150 0000000000000000001a953a24317ff8929e7ed81d2407879d3a32ecafd78430 2,842 1.00/1.00 vMB 29
592,149 592,149 0000000000000000000f5b24d7fe7d0150e07babda4f98b71fd53845e72afc98 3,120 1.00/1.00 vMB 33
592,148 592,148 000000000000000000181580576b3ee6fe0097c7c3b049a58cdacb0c3150078e 2,315 1.00/1.00 vMB 27
592,147 592,147 0000000000000000001366aa7f22733cebc716d5af08771b496d67a7185d74dd 2,652 1.00/1.00 vMB 24
592,146 592,146 00000000000000000000542d6baec5c194a3ef0ee54a5c9100491bb7f9ece0d2 2,399 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.86 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: 713.05 GB
    • Received: 17.28 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.