Loading Tool

Explorer IconExplorer

Memory Pool

41,141 transactions
26.61 vMB
0.05443031 BTC
Random Selection Loading Transactions
Max Size: 139.36/200 MB

Candidate Block

Mining Attempt aa364282439236592a1e345ed0ac5cb00fbd1b4c0f3725c1b569151d9186bd38
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root 7017ed37051b29d2d685cf9e4f47f0ebf0374a7cdba48b55d8e527c33c994163
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,799
Size: 1.00 vMB
Total Fees: 0.00533402 BTC
Feerates: 103.41 > 0.53 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (594,040 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
320,884 320,884 000000000000000009d61f3b0c35d81a6265adcbaddfcdb871502571adda2cef 496 0.35/1.00 vMB 22
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
Previous 10 blocks ↓
Total Size: 782.25 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: 655.52 GB
    • Received: 14.32 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.