Loading Tool

Explorer IconExplorer

Memory Pool

48,042 transactions
27.84 vMB
0.07659575 BTC
Random Selection Loading Transactions
Max Size: 147.70/200 MB

Candidate Block

Mining Attempt 208eb6354bef4acbb14f4bd15d6e2cf54fa6eaaa0a06417517bbbb733e7ab651
Version 20000000
Previous Block 0000000000000000000070963e62f689b9a0a61cf16bb36848f3ba4464fed9b1
Merkle Root 892bbb2a681fc27cc7b5c9ca65f5b7603ffb3914dd3c613771ba1029f513dec0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,771
Size: 1.00 vMB
Total Fees: 0.02229638 BTC
Feerates: 318.30 > 2.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,894 (381,498 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
533,396 533,396 000000000000000000347b01a40b65b9732b536e42b0e7b148cbbb296381e06a 220 0.06/1.00 vMB 17
533,395 533,395 000000000000000000058c995fa5ac38efe7783e2c66d5c68f45326f6ee1174e 1,980 1.00/1.00 vMB 12
533,394 533,394 00000000000000000016903f2b89d8a2cd8f10db47d9e121bedd4d8eb7ddcd64 2,395 1.00/1.00 vMB 26
533,393 533,393 0000000000000000001508a9bd856bd1dcc7a88302f41d8662a25d81742ecd5e 1,911 0.68/1.00 vMB 22
533,392 533,392 00000000000000000032f8602643368906d2ca0fed63a0f1ddcdd0f4c87e91f5 2,652 1.00/1.00 vMB 23
533,391 533,391 0000000000000000003447960ec4d6fd9a04ff77df6d74550e41310d9948eb25 1,200 0.61/1.00 vMB 32
533,390 533,390 00000000000000000006ba1e96ba2c5fb1a1d7348c852526709f3b58dc83be42 2,073 0.93/1.00 vMB 38
533,389 533,389 00000000000000000030f55a3ffdb8fc68dbe2f3f617804d114aff35f23fe2ff 892 0.30/1.00 vMB 17
533,388 533,388 00000000000000000023e1acebedebdbb90007648bae5e6cd2c91613cdc69bd9 2,593 1.00/1.00 vMB 26
533,387 533,387 0000000000000000002772d198ca90855ae39cc11d6ee771de1f636c4e971f15 2,383 0.91/1.00 vMB 29
533,386 533,386 00000000000000000010856b135996a635976e7072deeff74fc10c15985bc9e1 380 0.13/1.00 vMB 12
533,385 533,385 000000000000000000187c11e5a7ab301cf8b91cb99faa4cabb1c3b3ca49faf4 1,308 0.56/1.00 vMB 12
533,384 533,384 00000000000000000012cc30b5333220a62b6951e3914d6b430035c0aac38ff3 1,021 0.39/1.00 vMB 47
533,383 533,383 00000000000000000005d9835054531b0d9a9f5d50bf99da64cf31407b5a0de6 419 0.14/1.00 vMB 25
533,382 533,382 0000000000000000000d24eee5ee6c227903578b601f2b63420c509da2e84747 903 0.40/1.00 vMB 59
533,381 533,381 0000000000000000001ba2642bcba59cde50f638ec6d4ef337e25ac2267afbae 259 0.14/1.00 vMB 33
533,380 533,380 00000000000000000033776747d277c3355b5a0db20da59b7d2051bf7e38b4a3 512 0.22/1.00 vMB 13
533,379 533,379 00000000000000000028d11f6270b4bbe81c5062db43b2172af48286f460d2a0 1,882 0.87/1.00 vMB 27
533,378 533,378 0000000000000000000458b53cb7cd8190978048596b0291efcadb3b6106b5db 1,283 0.44/1.00 vMB 28
533,377 533,377 00000000000000000021774f08f5f4d3a1d4229d42c908c7a48de8e98d36dcc4 596 0.23/1.00 vMB 27
533,376 533,376 0000000000000000002c0bdc97e649adf8f44b8426cbcecef75be5bf9f8821e5 1,788 0.70/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.20 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: 654.03 GB
    • Received: 14.09 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.