Loading Tool

Explorer IconExplorer

Memory Pool

75,295 transactions
27.76 vMB
0.07893592 BTC
Random Selection Loading Transactions
Max Size: 168.83/200 MB

Candidate Block

Mining Attempt ec6cb2bc4f5f6d6c8fb2611b121c8efb6f48a95cccf0f6d3a6ef309cfa12d10b
Version 20000000
Previous Block 0000000000000000000182374245ac314e092cf6ce79478886fbb9658f45ab9f
Merkle Root 828f4b47341e2b9ccce43c39a111c541edc30b4dce3e0e292f3c958551a24d7e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,728
Size: 1.00 vMB
Total Fees: 0.01948977 BTC
Feerates: 151.01 > 1.95 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,317 (247,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
667,586 667,586 00000000000000000000e718065694b31d47396295e769745bd7a798589aa026 2,460 1.00/1.00 vMB 75
667,585 667,585 0000000000000000000a1de19a708113214173cbc056afc3620bd39787592a83 2,514 1.00/1.00 vMB 82
667,584 667,584 0000000000000000000686251e730be0ddad0969a2c48a7b68a87aa86d1b43c1 2,618 1.00/1.00 vMB 86
667,583 667,583 00000000000000000003d58cd7635129f733026ca6aa07d321a302a107d991cb 1,660 1.00/1.00 vMB 66
667,582 667,582 00000000000000000003c91ff1c470577c8e632e52b1804ce31e8efc9341603a 2,678 1.00/1.00 vMB 80
667,581 667,581 0000000000000000000b15b7e7bbd5610aba1daffac2190ed138f93d65957146 3,583 1.00/1.00 vMB 119
667,580 667,580 0000000000000000000ae30a0ed26633fdd3495eca9f7dbcebc79f053e5752e3 2,776 1.00/1.00 vMB 96
667,579 667,579 00000000000000000008ac8546740b72e4931720385b1f53201a1316d0916657 1,057 1.00/1.00 vMB 32
667,578 667,578 0000000000000000000b1e127c4a69b9a5a0e1c2526179e8e162cf5dd57a088c 1,991 1.00/1.00 vMB 77
667,577 667,577 00000000000000000002372ee4c70e70e04959b777ab68b05a44c4b6ce85f4cc 2,250 1.00/1.00 vMB 80
667,576 667,576 00000000000000000008270a3a1503aa2239d101e6a739c62d9251c43fac8926 1,965 1.00/1.00 vMB 37
667,575 667,575 00000000000000000001b8be2737e1e9867034b6648a0951b273be32f6dfd5e3 1,458 1.00/1.00 vMB 64
667,574 667,574 0000000000000000000c3c24238cb0a68bd9fe3d658d50ca618660b7b661d592 2,189 1.00/1.00 vMB 41
667,573 667,573 000000000000000000004466610a233e7acf3aef1e28d75ca7dae82c98a4c9ff 1,577 1.00/1.00 vMB 72
667,572 667,572 000000000000000000092a15397523e1b6508118efef18daca60b3e45ee01a6b 2,510 1.00/1.00 vMB 66
667,571 667,571 00000000000000000005c5cefb1ff6d1f98e02978cb69e2de8751a8f45b528dd 2,778 1.00/1.00 vMB 83
667,570 667,570 000000000000000000020e92a17cb85ce3ae86eb0d57667f535202b48616e925 1,936 1.00/1.00 vMB 86
667,569 667,569 0000000000000000000873bc042ffef88c9d4e1a8ee7c79e2b297556253df5ea 2,380 1.00/1.00 vMB 110
667,568 667,568 00000000000000000006365cbc1475029f891a729854defd6794f2e0561e5b7b 1,613 1.00/1.00 vMB 50
667,567 667,567 000000000000000000099b2b0609e23006d9c32dceaf7c49c3bd0173f962361e 2,115 1.00/1.00 vMB 95
667,566 667,566 000000000000000000017cabf95fe3266799244e35b007e1be631e589c592fb2 1,970 1.00/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 782.94 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: 714.90 GB
    • Received: 17.62 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.