Loading Tool

Explorer IconExplorer

Memory Pool

30,314 transactions
28.01 vMB
0.07973787 BTC
Random Selection Loading Transactions
Max Size: 135.86/200 MB

Candidate Block

Mining Attempt 19dc4cda76f5bd09e59a9ff4dc67e896a42b0e9727b61f42b362edd184314193
Version 20000000
Previous Block 000000000000000000002676d478c9574914ed77bfeec47951f2c436b01119ac
Merkle Root b7b0ff66f7ba21b32bade9bce726d3334460f3096cc65f0dea92224eda65e3ca
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,120
Size: 1.00 vMB
Total Fees: 0.02281577 BTC
Feerates: 95.24 > 2.29 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,494 (464,049 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
450,445 450,445 00000000000000000195509e830041d9d6a65a0b0a7eb644338231ec221ebe71 1,906 1.00/1.00 vMB 111
450,444 450,444 00000000000000000255a7e75540df7487e303a2c009f3b6b91736b45fcf4a39 1,679 1.00/1.00 vMB 102
450,443 450,443 000000000000000000e53dbaac6f6f1f23e4c22985481ef142eb8907522905ad 2,142 1.00/1.00 vMB 121
450,442 450,442 0000000000000000025fed72085cd372c4b9a976b5db518e028bb1928fc20d98 2,522 1.00/1.00 vMB 89
450,441 450,441 00000000000000000013e01a2d392f914837bd88b6cdeb268f6788ed62a1be3f 70 0.03/1.00 vMB 78
450,440 450,440 000000000000000001633d4493d8aca0578192e653d023d649af8e461ef4a641 861 0.44/1.00 vMB 65
450,439 450,439 0000000000000000008c445976d9e55185013b41c471b3c067f033cc90fce3c8 2,594 1.00/1.00 vMB 87
450,438 450,438 0000000000000000019119441cb9430d6dcee3056563caa1a14b231f1091f48a 368 0.17/1.00 vMB 61
450,437 450,437 0000000000000000011b32ea3be5a0504658d3476c4f8ef7ad5d2f76e32308ff 400 0.20/1.00 vMB 89
450,436 450,436 00000000000000000156702930b6ba5ce7543e5c647085a0ba69484aba446ffa 1,892 0.94/1.00 vMB 56
450,435 450,435 00000000000000000204499c4faec47a647f6e79e80a4f55cef2095a616e58f0 2,592 1.00/1.00 vMB 68
450,434 450,434 00000000000000000054fecb32e012869a045ef6ad9caccf8a0b49f048eefc0d 2,218 1.00/1.00 vMB 100
450,433 450,433 000000000000000001905a98b8afe488874358a0593ac412f5d1206430bac53c 2,723 1.00/1.00 vMB 113
450,432 450,432 00000000000000000115276dc682c5c9f859134ef2840e90c0a73af3245a99cf 2,238 1.00/1.00 vMB 69
450,431 450,431 000000000000000000aae4de9c4d9985eb24c41a2c666568c78f51d62994ef5b 2,407 1.00/1.00 vMB 96
450,430 450,430 000000000000000001cc2d5512c43a89757d8858f7a39738d5f496dc4ad1c8cf 2,480 1.00/1.00 vMB 109
450,429 450,429 0000000000000000003e897bbb29a96dc8f8b008fd54b7bbe7bff5369850afb9 2,126 0.89/1.00 vMB 84
450,428 450,428 00000000000000000110ce83e0d505f915a24f338a0b13422097d4155d299b21 1,302 0.64/1.00 vMB 86
450,427 450,427 000000000000000000669ca22826820858f9016dbfe823d2ce1cdc73eefc3e88 463 0.38/1.00 vMB 78
450,426 450,426 000000000000000000067f1c3f1d71c9e5e57be53c4e3b783a869a331a2767ad 1,488 1.00/1.00 vMB 58
450,425 450,425 0000000000000000008aea0b2ba81764480c7c541ce6cad2559079ae91bb5584 1,175 0.90/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 781.49 GB

Node Details:

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