Loading Tool

Explorer IconExplorer

Memory Pool

26,585 transactions
6.61 vMB
0.08765339 BTC
  • 1 sats/vbyte = 12 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.37/200 MB

Candidate Block

Mining Attempt 23b82f25a1bf1e50e802b18cbb9ce660d51ad42e0268ab36bced081ef9da9a70
Version 20000000
Previous Block 0000000000000000000127de1c64e8de7d91807ecd12e8ffce55889336217812
Merkle Root b39f33e36a0b1a928fc6f03d950283e217bfd0d50821d97f3343750dc60b4653
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,381
Size: 1.00 vMB
Total Fees: 0.06846108 BTC
Median Feerate: 1.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,195 (624 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
912,571 912,571 00000000000000000000f3e646394316e7e9202186c64a5aa9d92f580d656c26 2.00 MB 2,613 4
912,570 912,570 00000000000000000001129460faa6f40a9ca2eb487e7f43c036361d15a96b6e 1.69 MB 2,809 2
912,569 912,569 000000000000000000006fca1efede2ba3e31bf0c575ccb93a0727c2ffbbf254 1.66 MB 5,015 0
912,568 912,568 0000000000000000000171bb6f373746288518c40f9bdb9495198bdd2109cb93 1.75 MB 2,962 2
912,567 912,567 00000000000000000001009a0bd15927ad67b6169746427e72817133e4146cda 1.64 MB 3,426 3
912,566 912,566 0000000000000000000084829cae773c557f7dd4a240c4e85c0b7e03fdf51508 1.64 MB 3,464 1
912,565 912,565 000000000000000000003c1aeb7ad27d119eea6c432b13b625ffa7af0ff46263 1.60 MB 3,782 3
912,564 912,564 000000000000000000011beebd0a7780f3a8deb056e43843ba3b57213322d877 1.78 MB 4,750 0
912,563 912,563 000000000000000000014ca678b564d9aefd3f7a06e962443b6c04269e2876c7 1.66 MB 3,414 2
912,562 912,562 0000000000000000000215007f08b5773f77e769e927db69b6d380c805eff242 0.22 MB 598 4
912,561 912,561 0000000000000000000052e55fd221208adf741f41be9bb4f772854773a86f5a 1.60 MB 3,581 2
912,560 912,560 0000000000000000000222249c38ed0de5a4c6e33979e88b4545a759ea6b4deb 1.14 MB 2,869 2
912,559 912,559 000000000000000000013b0940198cd811371b99820a1a7af671d4e693820786 1.60 MB 4,791 1
912,558 912,558 000000000000000000007af9a246c13f03dbdf9ccf9f197e18a8d5de5deeb661 1.58 MB 2,830 2
912,557 912,557 0000000000000000000150389be949d93bf577578c6e3baace6328a3de00a61a 1.67 MB 3,033 2
912,556 912,556 0000000000000000000062070e7ed02b184a9b05bcee9ba1ff3e0121e422e3e8 0.14 MB 340 2
912,555 912,555 000000000000000000021923d09d76e6b520528532e2f4cadf8d51f8b58ffb90 1.63 MB 5,844 0
912,554 912,554 00000000000000000001a7150973cc8459587421aa1692ae274d8f569f1c48b1 1.70 MB 4,123 1
912,553 912,553 00000000000000000001f296dea50cc7beb276d1fa3a7b6c64c29dc62c048eff 0.21 MB 112 1
912,552 912,552 00000000000000000001ab0a3645953e60d4eff69efd9a02304ae68f64d1ad04 1.59 MB 5,590 1
912,551 912,551 000000000000000000017b21596bdfcc4eb7f09f69f07816b01466318f9b43f9 1.60 MB 4,781 1
Previous 10 blocks ↓
Total Size: 779.19 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 63
    • Outgoing: 10
  • Data Transfer:
    • Sent: 13.74 GB
    • Received: 0.29 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.