Loading Tool

Explorer IconExplorer

Memory Pool

76,770 transactions
28.67 vMB
0.07447049 BTC
Random Selection Loading Transactions
Max Size: 173.48/200 MB

Candidate Block

Mining Attempt dc7765d331097f6f0a8e320389d2fbdddfa1d4b23ab25b71693b53e75b64f68a
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root 8e75f015b9b04be4d581038fd7d2be1ad86b44ea18b2e9e1d6e7d2aab18cde07
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,119
Size: 1.00 vMB
Total Fees: 0.01493636 BTC
Feerates: 150.93 > 1.50 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (105,857 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
809,301 809,301 00000000000000000004e72678a3cb0d8c186c24b609fe8b4a44f8f1be9948f0 3,125 1.00/1.00 vMB 31
809,300 809,300 000000000000000000018b57c68944691d65475e9897d35d634c8f8d250fb3f1 2,888 1.00/1.00 vMB 38
809,299 809,299 00000000000000000003b24e66a18ffb827925741cbec2b6273fc0cceae2b5fb 904 1.00/1.00 vMB 14
809,298 809,298 00000000000000000004bff8ba2fef22f10f4b3817d316525665aa41ff332e7f 3,348 1.00/1.00 vMB 31
809,297 809,297 000000000000000000032abab937a7d6590edcddf2e6f8014b5d166332422ff3 2,946 1.00/1.00 vMB 27
809,296 809,296 000000000000000000005a6fd6fbab65d755155824f91beeea0fd4f8f12dc7f7 3,122 1.00/1.00 vMB 13
809,295 809,295 00000000000000000003c54744d26e3ef98a0e07e5c6a5f18544d47a0748c585 1,981 1.00/1.00 vMB 23
809,294 809,294 0000000000000000000124dae3a86dbc78640a524ecb1becfdaa73ff5e1e3ec4 1,863 1.00/1.00 vMB 18
809,293 809,293 0000000000000000000232c65257333ba21e7c65e67a2c51eb67940060c52607 1,459 1.00/1.00 vMB 17
809,292 809,292 00000000000000000001c7f6867f5717fe7219b855d12a9e99141e469714765a 1,078 1.00/1.00 vMB 15
809,291 809,291 000000000000000000010332b3c59a9ab73c9f686bf11234a0939ec5702f82f8 1,699 1.00/1.00 vMB 13
809,290 809,290 00000000000000000000992f755bbf46ad27ee385ad8b4d2c9436f0c1f63dd64 2,125 1.00/1.00 vMB 22
809,289 809,289 00000000000000000002fb9f6d53fe6472634169fe1f24c594222991a56a9feb 2,566 1.00/1.00 vMB 23
809,288 809,288 000000000000000000011125b49b0fb8d4095c26dd1e00960bebfce34c0f72fe 2,753 1.00/1.00 vMB 36
809,287 809,287 00000000000000000001684d8f73dde73641ec9cc3d3e4262585e041bdb5e41b 1,385 1.00/1.00 vMB 15
809,286 809,286 000000000000000000010f91ea2ef10350126c37e2c5e94a7ee128a5b91f24ea 627 1.00/1.00 vMB 13
809,285 809,285 000000000000000000043b593f6bb51ca0f61b68e07cc4eedf010aab029c6985 2,881 1.00/1.00 vMB 20
809,284 809,284 000000000000000000019af70a6daf1373eb9b55669b9d7a582266d8e4c2cb2b 2,292 1.00/1.00 vMB 22
809,283 809,283 00000000000000000004aa35010c44e4862d9e9a07d473c7f071222164c688b7 2,079 1.00/1.00 vMB 22
809,282 809,282 00000000000000000003f83975a6490d26594d992736463ac029eb4229720c26 3,394 1.00/1.00 vMB 40
809,281 809,281 000000000000000000036dcd3c892773636e821ed6abe4743ee9ee0949fd375c 3,187 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.67 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: 673.11 GB
    • Received: 16.39 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.