Loading Tool

Explorer IconExplorer

Memory Pool

84,808 transactions
30.67 vMB
0.18111552 BTC
Random Selection Loading Transactions
Max Size: 185.94/200 MB

Candidate Block

Mining Attempt ba2f2081a500596e6a20f3baf65403078f099ded55767e149f96c950a03aaa91
Version 20000000
Previous Block 0000000000000000000184cd130959745a2ff6d2743a12e47bfb4914c737afd9
Merkle Root 38656014bc96b037fe2aed3501b1fd2e11a62cdd1c9601b344a20e127716fb63
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,956
Size: 1.00 vMB
Total Fees: 0.11754106 BTC
Feerates: 179.53 > 11.78 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,958 (594,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
320,883 320,883 0000000000000000144905e25b9ffdf8105aa7af19f885370094102695c12d9a 194 0.10/1.00 vMB 31
320,882 320,882 000000000000000021915942fcb2f49cee62e2bbe47abc801e95e02f2f1ae02e 1,497 0.76/1.00 vMB 30
320,881 320,881 000000000000000006e5794d6f991cafa2b213ba83ca8a1accc81d28c05a39a5 454 0.24/1.00 vMB 27
320,880 320,880 00000000000000000318f5106ecc029219900c12a7ecbcf6252313455d0e59cc 345 0.16/1.00 vMB 30
320,879 320,879 00000000000000000c61e899dba7649f23251670a8d5405d7caf14822bdb4a6e 100 0.04/1.00 vMB 30
320,878 320,878 00000000000000001e8b872a7a7bea93397ad2db6f65ae44e6af3af2addbb7cc 795 0.47/1.00 vMB 29
320,877 320,877 000000000000000016ca41df309515043debd0506574b619aec44f0795b21b3a 151 0.08/1.00 vMB 46
320,876 320,876 0000000000000000220e1b44b5e0b42388e8466904bb75f57d8b7cba9e9bc294 51 0.02/1.00 vMB 31
320,875 320,875 000000000000000018c3782691c7c5fc794ea8ba0046e8233543d4d857811222 414 0.16/1.00 vMB 34
320,874 320,874 00000000000000002483d5d1a1934b9f38238e0030e0f64531f089edfc3a1632 99 0.04/1.00 vMB 33
320,873 320,873 000000000000000010aa3f9680e67c5da59a496de4d86b1dc29e9dbf9802c7c6 616 0.26/1.00 vMB 33
320,872 320,872 0000000000000000071d3315d39628ee422bc4017fcad8e56d65366efc80210a 475 0.52/1.00 vMB 16
320,871 320,871 00000000000000001bd4a9894bf255462f67fa50de2d995f0776206f1e910e8f 1,982 0.75/1.00 vMB 39
320,870 320,870 000000000000000014e47f6f641a4b33ac622dccf02d5b7d1e2a5b34d2a4b206 748 0.51/1.00 vMB 23
320,869 320,869 00000000000000001cfb7fdc4829ac21410f1c35f4ebc8aca133ff008dd5b7b3 397 0.46/1.00 vMB 16
320,868 320,868 00000000000000000e352cc528ce067daef31b653ea3947fc4e77fc10d3fa2c6 1,691 0.75/1.00 vMB 31
320,867 320,867 000000000000000004b372ffa7c4dd9eabfbf06cb95977e7d84fbf9b665916d4 833 0.25/1.00 vMB 51
320,866 320,866 00000000000000000d24ec4b170e82bfc82ea4ae0ff0a4041a84bb3937bd80e0 394 0.18/1.00 vMB 35
320,865 320,865 000000000000000021dcc9d8dbc67d9bb839c2a92b4b7604f603fb003f3d21c1 295 0.14/1.00 vMB 32
320,864 320,864 00000000000000001a27a4a5381cf88b40a735a2e23687ff721974e903db3cfb 1,145 0.63/1.00 vMB 28
320,863 320,863 00000000000000001d29df35ae79c0023d90cdee4a3b6786f5f1d83c55a10d00 59 0.03/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.32 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: 660.25 GB
    • Received: 14.65 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.