Loading Tool

Explorer IconExplorer

Memory Pool

81,438 transactions
30.28 vMB
0.07555337 BTC
Random Selection Loading Transactions
Max Size: 185.95/200 MB

Candidate Block

Mining Attempt a0d76c5d1316a9ced7a88489e36c222dc441301f316c81977b98db05efed9013
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root b78fcf35d80253ae5eaf57720a67144f2f1b5ea6a8572a828c15f203d6b34ed8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,889
Size: 1.00 vMB
Total Fees: 0.00819717 BTC
Feerates: 150.77 > 0.82 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (186,519 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
728,810 728,810 000000000000000000007ab9768a3d5dfb7b9aaaf2722bdcbdc1d127c5426735 1,053 1.00/1.00 vMB 4
728,809 728,809 000000000000000000048c3175e71cd8a293f861d38ae7f7a4e5b269d2722003 2,186 1.00/1.00 vMB 8
728,808 728,808 000000000000000000070fe4e833835f031b9ddc4f070f9d953dff08aa7d0799 1,418 1.00/1.00 vMB 9
728,807 728,807 0000000000000000000781eec22a292595bb860f63349187d6c6f3e8a000980c 2,397 1.00/1.00 vMB 8
728,806 728,806 00000000000000000006a1ba16249c80054748dae3425149925cd09a2933019e 3,291 1.00/1.00 vMB 15
728,805 728,805 0000000000000000000759ad52cba0b7b6f14d30ffb0c73504c33206e69a77c7 2,675 1.00/1.00 vMB 15
728,804 728,804 0000000000000000000191dbdb0cc5ca7de5592fff9314edc7760ca6088c84eb 2,812 1.00/1.00 vMB 8
728,803 728,803 00000000000000000001a462114d0b5f0ecbaee9ba87839bc0cbbb9c1adf8bab 2,530 1.00/1.00 vMB 22
728,802 728,802 000000000000000000052c213c7794215b11019395392f02531d63d90900250b 3,293 1.00/1.00 vMB 10
728,801 728,801 0000000000000000000578319225eaa4681b3b45ce75eee847b0911da9f982bb 2,979 1.00/1.00 vMB 19
728,800 728,800 000000000000000000096045c155754d1aeaa70f583ddb1856e6db54a1e4484a 3,702 1.00/1.00 vMB 5
728,799 728,799 00000000000000000005e81f845bd75ffc254e2af2509d593309d69130c8f47b 3,352 1.00/1.00 vMB 16
728,798 728,798 0000000000000000000483a121e66c91a6a216cf385c14b8093c68c2e08f085a 1,375 0.78/1.00 vMB 6
728,797 728,797 000000000000000000064359de0142d13735730b15a575ee3ea43a0e868412d7 1,641 1.00/1.00 vMB 4
728,796 728,796 00000000000000000008491880c44e27397be40e5105875af31bd9ab5effc467 2,383 1.00/1.00 vMB 8
728,795 728,795 0000000000000000000690138a3af539ea63beab5355d21231c37c7346bf3c7d 1,975 1.00/1.00 vMB 9
728,794 728,794 00000000000000000005c974415cb76ded6d0c73d4ad81e9413aeffd9690255b 2,526 1.00/1.00 vMB 3
728,793 728,793 0000000000000000000935f17a3b5e7a41377b4200df2a9e716a7329642eb67f 2,434 1.00/1.00 vMB 10
728,792 728,792 000000000000000000054013f24179c4cd9586bae044d9f39662c4e0a448d73c 1,197 1.00/1.00 vMB 6
728,791 728,791 00000000000000000002f6cc910580f8dc3084ed615d39b36a8d7bc53750b3f7 3,304 1.00/1.00 vMB 16
728,790 728,790 000000000000000000052fa8788322291b6150edafd465fed14ebc6e24890ddf 289 0.13/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.96 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: 715.35 GB
    • Received: 17.71 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.