Loading Tool

Explorer IconExplorer

Memory Pool

44,831 transactions
27.29 vMB
0.10136390 BTC
Random Selection Loading Transactions
Max Size: 142.62/200 MB

Candidate Block

Mining Attempt 2b7b0bee627aa3ba33bea3b40e0435c33e3a5d6ced03c93c91a2a4cc884481c5
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 31d150e1d5d95a63a77f1ff7e5ea8f351a9d250cd1f1104d912928fa8cd15790
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,587
Size: 1.00 vMB
Total Fees: 0.04535984 BTC
Feerates: 151.01 > 4.55 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (66,209 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
848,667 848,667 0000000000000000000255cf5c2ab1151b0af27542197a07a30d18b052c9caf2 2,619 1.00/1.00 vMB 20
848,666 848,666 000000000000000000002670bfdbb8d3a378b60491eb38e32396c66ff7e7d88c 3,391 1.00/1.00 vMB 25
848,665 848,665 0000000000000000000290183cac8b58e52eda4167bf820f13cc4929071e07cc 3,284 1.00/1.00 vMB 30
848,664 848,664 000000000000000000019200f971921bb73e5f16b5098ad71a91849a63964a70 3,556 1.00/1.00 vMB 21
848,663 848,663 00000000000000000000124f2f2ce82882f286c716fd5925c4a66f21cabf16b3 3,436 1.00/1.00 vMB 31
848,662 848,662 00000000000000000000690a80b472cd3509a284d0d09b21c7f26200d8d37ba6 2,942 1.00/1.00 vMB 27
848,661 848,661 00000000000000000001d39f3e72947f14b25496bf68dfba41dadc123439ce40 3,713 1.00/1.00 vMB 24
848,660 848,660 00000000000000000002584e8a2325143695816c12ccfc139a13bb6075d7d5f1 5,126 1.00/1.00 vMB 32
848,659 848,659 00000000000000000001aa055807dc52f046a638c3429824173a930a12732755 3,825 1.00/1.00 vMB 32
848,658 848,658 00000000000000000000c855fe820755c5301229d1d37ef4d9fa482ce626c7a3 6,331 1.00/1.00 vMB 38
848,657 848,657 000000000000000000006b155ad1ae30fcc8bbd5c0aeb0fdc6ba9d962a800672 6,394 1.00/1.00 vMB 46
848,656 848,656 000000000000000000024d95f687572960b50e268b38b028409e43bb885e369f 6,530 1.00/1.00 vMB 30
848,655 848,655 000000000000000000028c0a9b9da77b2343f8e6c1a6696993e35a94aedaaa44 5,878 1.00/1.00 vMB 34
848,654 848,654 00000000000000000002c42821b4bca1590b1d6a5dc23d94e182b82a074d9103 5,516 1.00/1.00 vMB 28
848,653 848,653 00000000000000000001c920a1a7d4b729e415b6da4535c475de3030c575f72b 4,684 1.00/1.00 vMB 29
848,652 848,652 000000000000000000014336c4b49dd5185ec3b8be494bd46dddc4e64baf3f11 6,327 1.00/1.00 vMB 29
848,651 848,651 00000000000000000000de06bf469545955d930bfbdc19cdf1bdf9606f8225d1 5,468 1.00/1.00 vMB 28
848,650 848,650 000000000000000000024417cd6e6c5ab6ad34edbb1d3b4819e03ba3c76eacea 5,061 1.00/1.00 vMB 28
848,649 848,649 0000000000000000000106da2dc6b92e20812f6e155ca558d3aeb0d305c7dc4c 4,573 1.00/1.00 vMB 30
848,648 848,648 0000000000000000000059f0859d3ce2e0bb7203d976a776b5d5f8c3954ed3d1 4,973 1.00/1.00 vMB 31
848,647 848,647 000000000000000000014c34f587e441442562ffb01da65b79c05c34c2ce8555 5,439 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.17 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: 653.49 GB
    • Received: 13.90 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.