Loading Tool

Explorer IconExplorer

Memory Pool

42,514 transactions
29.24 vMB
0.07490081 BTC
Random Selection Loading Transactions
Max Size: 149.95/200 MB

Candidate Block

Mining Attempt ed8bb38b38d6ac9f6e53e8a160d4dd4d5496dca17d9d0946645e6b0e6684e76f
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root 6e9efe18fa1245b4d503d6639944c6b6aaa5494113229b39c932e53a36dcf802
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,627
Size: 1.00 vMB
Total Fees: 0.01762741 BTC
Feerates: 100.36 > 1.77 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (588,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
326,190 326,190 0000000000000000149b008defb86229f6fed41474635e7edc6c40f0e872fd45 61 0.05/1.00 vMB 11
326,189 326,189 000000000000000001ae919e22b9901302bd5e7bfaaac5caf3a9260abbdb245a 269 0.13/1.00 vMB 28
326,188 326,188 000000000000000015c320fadab0c517ecdc93a7b3e9e6a775e76452d4295b38 288 0.22/1.00 vMB 22
326,187 326,187 00000000000000001d636fb5278c2c178f34897c5130fbe4456f156ce30d9a22 563 0.25/1.00 vMB 29
326,186 326,186 00000000000000001c84e54cc4cbaed881c03490a7ef8a0e646734364c085805 2,026 1.00/1.00 vMB 28
326,185 326,185 00000000000000000a3a641f9011eaa829d9672185b3a73937c44bf6e75f276d 830 0.25/1.00 vMB 50
326,184 326,184 00000000000000000877fab8a56d022f613604fc15378090eab23610bcbbe881 534 0.24/1.00 vMB 34
326,183 326,183 000000000000000009d70f65e8aefac0e8e83f3e1ae7602dca9f806df2bd2c85 64 0.02/1.00 vMB 44
326,182 326,182 000000000000000018736c665713f5671aebf856e4366d9e575b03e0dcddbf98 119 0.07/1.00 vMB 12
326,181 326,181 00000000000000001f3694a70fc3d6879b176d3e9b59cfcb95e5238f3977d493 801 0.51/1.00 vMB 26
326,180 326,180 000000000000000003ea8de6400ceb0ae7705003bca453783ed05e1111d26a68 380 0.18/1.00 vMB 25
326,179 326,179 00000000000000000b41ad4e187a7e96aeee2205dcccef9eab4334663bfa919d 662 0.32/1.00 vMB 31
326,178 326,178 00000000000000001b63c9d094d38c436287bba43904a7b7a3a531724a821ca3 216 0.19/1.00 vMB 20
326,177 326,177 0000000000000000178aa11a33d364d9dd7b89bf2a11d0dca652f504b3a5612f 800 0.55/1.00 vMB 24
326,176 326,176 00000000000000001251d0c29f3e1515d4d0ed679241c651ae66c0b49c12f22d 1,507 0.75/1.00 vMB 34
326,175 326,175 000000000000000000d5fa047390bcd32ed9e0eddc3444ba758bd2f48fd96acc 1,353 0.70/1.00 vMB 29
326,174 326,174 00000000000000000a1221ce002a9eb4bb4c14ece7a29a9d379724c54d1a8a19 690 0.41/1.00 vMB 25
326,173 326,173 000000000000000014888d474d89e188c208c6f81c2b8929798240e039c32eef 570 0.29/1.00 vMB 35
326,172 326,172 000000000000000008eacdf2e2f50b1ea7aafbb48cc3cdb0a6430cc4fc063a33 968 0.52/1.00 vMB 34
326,171 326,171 000000000000000006e191970870f2d5954ec069391bc3d67206b1ecf5b4c9c0 1,572 0.74/1.00 vMB 33
326,170 326,170 0000000000000000082d426fb3403a0b94da25b5972802b159c5e0a35c3c1f07 1,301 0.58/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 781.71 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: 629.31 GB
    • Received: 11.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.