Loading Tool

Explorer IconExplorer

Memory Pool

75,254 transactions
29.89 vMB
0.11020227 BTC
Random Selection Loading Transactions
Max Size: 173.55/200 MB

Candidate Block

Mining Attempt 331742680350acd6c76dc8ba8236c4fc8851db714a0a9eb698cd3e4a4363d6bc
Version 20000000
Previous Block 00000000000000000000eac0d0edfeacbf2a9e265a4f05056996405b4c699ecd
Merkle Root c483710cf125e206a83ea67321c0e4ec7abf914f0be1fdbfd2332934b71dc73d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,013
Size: 1.00 vMB
Total Fees: 0.03863737 BTC
Feerates: 101.64 > 3.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,053 (319,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
595,288 595,288 00000000000000000015010a65777cdb05c87b8b11a7249720dc1eb6cc528c2a 2,377 1.00/1.00 vMB 17
595,287 595,287 00000000000000000016a1ff403f200e7ff8830461dc6859344d9327e2859b56 2,131 1.00/1.00 vMB 8
595,286 595,286 0000000000000000001308f35a701e95f37da5a049b18bfe398efeeabac9b25c 2,925 1.00/1.00 vMB 44
595,285 595,285 00000000000000000008f10e9cbb75ba23c6c755dc2f297a6d2b9823691dea9d 2,598 1.00/1.00 vMB 2
595,284 595,284 0000000000000000000318edcc2651d4c437f13bfbed1a15b68eaa4249a66eee 2,876 1.00/1.00 vMB 19
595,283 595,283 000000000000000000175157814d897ec74cc9e7c31561b1f04d4de6d5418700 2,881 1.00/1.00 vMB 27
595,282 595,282 000000000000000000070fd72ef71aafab7cc62f59eb182abc4c2456a98e7725 2,644 1.00/1.00 vMB 28
595,281 595,281 0000000000000000000518ae08d2c1a67801a958821f14a86d95bfc31fae8c03 2,817 1.00/1.00 vMB 41
595,280 595,280 000000000000000000023a3645993df3e7c26dbd265b34ca8e052d096505cc17 2,684 1.00/1.00 vMB 4
595,279 595,279 00000000000000000012e88f79f3fc6f04b777a05df0a968cf66b2464ab6b8bb 2,851 1.00/1.00 vMB 24
595,278 595,278 000000000000000000051427c45ce3a44798de6a34e223bcd8dc1db50fd43dc0 2,690 1.00/1.00 vMB 30
595,277 595,277 0000000000000000000c8534b20c72e9185f3e951927bc71b79fb8b870842e1d 2,952 1.00/1.00 vMB 32
595,276 595,276 0000000000000000000b5a9931c148fc9f462ccd9b210a97a5285e0f57298e89 2,908 1.00/1.00 vMB 31
595,275 595,275 0000000000000000000e7c1de2b67903c75280543c223d472209529f22bf218b 2,244 1.00/1.00 vMB 8
595,274 595,274 00000000000000000005726b3b595297d260ef4d7f22f0fe89f70129f6d9ddd5 2,484 1.00/1.00 vMB 22
595,273 595,273 0000000000000000001779ede722204aa2991a0d26e340aba1ed940cf643488f 2,911 1.00/1.00 vMB 20
595,272 595,272 000000000000000000000451512a418d582a4f5ee7fe05d65375b8375187b52f 2,710 1.00/1.00 vMB 20
595,271 595,271 00000000000000000000917ea5e0635affa166f1ec8e90c5fdceef9175f69541 2,277 1.00/1.00 vMB 15
595,270 595,270 000000000000000000179e12cbf95b3ff0f0e392725438fed6ce0e578119c8e7 2,885 1.00/1.00 vMB 25
595,269 595,269 00000000000000000013c31e57040ecf6a90d108098972b4449842ca0406848e 2,644 1.00/1.00 vMB 16
595,268 595,268 0000000000000000001020a5d4a5e05d67a596e57a9bcb76e589a7f59460e73e 2,907 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.49 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: 668.23 GB
    • Received: 15.43 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.