Loading Tool

Explorer IconExplorer

Memory Pool

84,308 transactions
32.66 vMB
0.07981456 BTC
Random Selection Loading Transactions
Max Size: 193.56/200 MB

Candidate Block

Mining Attempt 48041c815d1ffeaa3d6a05ceb85a58760477281e8183b286d44b92077c5dbcdc
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 26d494b3e2899b548f4934fe7dbe7cf74cdf6e118f3ddbce4cb2a4ee736cb732
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,700
Size: 1.00 vMB
Total Fees: 0.01518401 BTC
Feerates: 100.53 > 1.52 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (594,071 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
320,862 320,862 0000000000000000220b0bd2c181cc93947e90d600fec5f6b0ee4ecbf110a8c0 26 0.01/1.00 vMB 35
320,861 320,861 000000000000000019c118d66d22e6440362d64eabb017d45564db951dfc130d 868 0.43/1.00 vMB 29
320,860 320,860 00000000000000000643d462b63b11e1a0e481255d7eb97cf878892feeb1a1ea 314 0.14/1.00 vMB 28
320,859 320,859 00000000000000001fb5edcf6c7b158170fab5275a6759b440e7b2d0c4d1e869 16 0.00/1.00 vMB 91
320,858 320,858 00000000000000000a90e852910f650b8a2c3c8b6e1747bdb993c91e671adc55 547 0.31/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.30 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: 657.38 GB
    • Received: 14.54 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.