Loading Tool

Explorer IconExplorer

Memory Pool

76,720 transactions
28.63 vMB
0.07463851 BTC
Random Selection Loading Transactions
Max Size: 173.33/200 MB

Candidate Block

Mining Attempt f7a47160d51483e406460c44cc9dc6afe64628984844c3fd325f1f4dfd21f60d
Version 20000000
Previous Block 000000000000000000011d49c0349887e36fe6508c1977edbe2c0a508259bee0
Merkle Root da374b558f7007971294d28545685dd0bef400225e4b8b3e40edb0395a50d017
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,219
Size: 1.00 vMB
Total Fees: 0.01519702 BTC
Feerates: 100.17 > 1.52 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,136 (533,729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
381,407 381,407 00000000000000000dbb2008df86f7f05082e24f3cd1f7f2cd762f467801199d 1,651 0.80/1.00 vMB 35
381,406 381,406 00000000000000000d258e8e99d58e7b9f02ae3f47b0ff347ed25cd4d1e008a4 2,309 0.93/1.00 vMB 42
381,405 381,405 00000000000000000a30ff4ad7b72ff8023d5d73b40d32b5a5d6ffcf294f1bb0 1,630 0.75/1.00 vMB 37
381,404 381,404 00000000000000000fac1e208937b975c18633af6e89e33d8564e3121b92ad71 205 0.25/1.00 vMB 15
381,403 381,403 00000000000000000f8144d935321d18d14465c7617c04140418383aebfdc455 521 0.29/1.00 vMB 32
381,402 381,402 00000000000000000b0e6210d58058d293205b4b8decb49e27e76586cad69210 1,421 0.67/1.00 vMB 40
381,401 381,401 0000000000000000010f5e20f8d2e4b1ec9c9fa9da66394b5a05ccab60f88e1b 519 0.28/1.00 vMB 24
381,400 381,400 00000000000000000c08b4c0324913fdf3b74f1a1a8df51bef08401fc34d8821 364 0.30/1.00 vMB 18
381,399 381,399 0000000000000000103db770f2e6ec757fbc8574c471350679ae816a924a8ed9 1,607 0.75/1.00 vMB 40
381,398 381,398 000000000000000000ef85c67c448567553d1f15e3272dd9abcead9023e6ce41 377 0.25/1.00 vMB 27
381,397 381,397 0000000000000000083f5cc2a70f926a27f5c6245173e980a3652bd2592d3e7a 1,109 0.71/1.00 vMB 35
381,396 381,396 00000000000000000c8faf85d186ea21f2f3d0f3a7ed8125cc6950870715edae 987 0.65/1.00 vMB 33
381,395 381,395 000000000000000003987eb1c0cbcdd69e6e94e8c524cfcabf1f761b59e57dde 1,223 0.84/1.00 vMB 32
381,394 381,394 00000000000000000b8d56b69688fb9f74b85928ac8befdb1002214da0921ea5 318 0.24/1.00 vMB 23
381,393 381,393 00000000000000000d78e530abca29216657ac1820e8c2cba7cf50a3f510750c 987 0.89/1.00 vMB 24
381,392 381,392 000000000000000008d4d7bd236abe5cf4e3a2e3bf8e250440c71218b9fd3feb 1,256 0.94/1.00 vMB 28
381,391 381,391 0000000000000000092ffb868ff71fdb5af4ea0b35b176fdce45a232e4a56a47 634 0.64/1.00 vMB 22
381,390 381,390 000000000000000010ef954903707ee498b967ae58cd7b4b12ebd8ffb58e01aa 1,676 1.00/1.00 vMB 33
381,389 381,389 00000000000000000498b920f44888279f4fb6415778ff29a56bbcf9123a8a79 1,406 0.89/1.00 vMB 27
381,388 381,388 0000000000000000077280c90677c4de9f85accf92c4a6c58ca52a4d48f26ee7 2,182 1.00/1.00 vMB 44
381,387 381,387 000000000000000000028656938a1ccdd07417c41d068ae5de954240ae9810f6 864 0.99/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.63 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: 672.12 GB
    • Received: 16.15 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.