Loading Tool

Explorer IconExplorer

Memory Pool

78,287 transactions
34.56 vMB
0.16294405 BTC
Random Selection Loading Transactions
Max Size: 192.07/200 MB

Candidate Block

Mining Attempt 902f7f5c4579915bcdcf93d183b0699ca543edb29f5e871ab3e1f67ae928e95d
Version 20000000
Previous Block 00000000000000000001b3adfdc6c5691439ea95a4ea84dbe47417874bd4e5b8
Merkle Root 9e84acb5a72ebd12f0ecdf804357287b8fc50bf9c8aba260e0bff0a018632909
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,942
Size: 1.00 vMB
Total Fees: 0.03668278 BTC
Feerates: 445.78 > 3.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,418 (10,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
905,392 905,392 0000000000000000000050636837edc3d68d68c9e025fedb60319d53ab2e28d7 2,107 1.00/1.00 vMB 1
905,391 905,391 00000000000000000001fc5c0ff0cff72a8adc15cc6d0101d361ae1da89e655e 3,223 1.00/1.00 vMB 3
905,390 905,390 000000000000000000011c63981705b7b194716c01e8d9014b5bf6e3d41c9911 2,226 1.00/1.00 vMB 1
905,389 905,389 00000000000000000000f8eeeeb5ecef8590ed3f1f846a73e3554fe0393f4b9f 3,294 1.00/1.00 vMB 2
905,388 905,388 0000000000000000000233bb952e30c079cc07b42bc91dde95aa4056ac15d340 3,207 1.00/1.00 vMB 5
905,387 905,387 00000000000000000000f66a4d2a7f097747c9fbdad654f7e7b2f9d880471073 2,128 0.54/1.00 vMB 5
905,386 905,386 000000000000000000007a60c19e756007872426b987825a4a2393dd5bb75e71 532 0.21/1.00 vMB 2
905,385 905,385 000000000000000000016d5b5e1e5c25f5d543be2e54f341261fbf680a9d7022 4,884 1.00/1.00 vMB 0
905,384 905,384 0000000000000000000141bb23e6d6bf9bfa51990699418378cf1ff1201d3a6a 519 0.12/1.00 vMB 6
905,383 905,383 00000000000000000000b56e64bc6faff0653650cb573cbd45508d63a5958cd3 2,562 0.89/1.00 vMB 3
905,382 905,382 00000000000000000000a0261bbf9f7429097fd8e7bb8a20b47ff24818c5af6f 2,913 0.92/1.00 vMB 1
905,381 905,381 0000000000000000000190b2a6bb8a814517db053f5b8c5443ae7dd5b823d334 3,670 1.00/1.00 vMB 3
905,380 905,380 00000000000000000001fbabd2fe16e0d327099ef5383daa7919508d28c76041 3,931 1.00/1.00 vMB 7
905,379 905,379 0000000000000000000224ccadb9bc610db6629d760c6e29576412a153db1319 2,359 0.61/1.00 vMB 1
905,378 905,378 000000000000000000007c7b39331f75f7186ada5bab2e6b78a79b6a6e4cb313 3,747 1.00/1.00 vMB 3
905,377 905,377 000000000000000000000271e96131b0b14dbf2c1914e260da3d82e74700d5f6 1,939 0.55/1.00 vMB 1
905,376 905,376 00000000000000000000c6bdd216c83a61995ed7f957e2d89ff8f4ea7853ee88 3,627 1.00/1.00 vMB 1
905,375 905,375 00000000000000000001d25bdc3b577ae613f8be413cee640063d2f1a366162d 4,206 1.00/1.00 vMB 1
905,374 905,374 0000000000000000000201fa2d9848b79b37115843c923f8415d9c2b792d179d 3,508 1.00/1.00 vMB 2
905,373 905,373 000000000000000000011bf7ab2570d31a06721f6b75a2b01489513f395bc8f1 3,689 1.00/1.00 vMB 6
905,372 905,372 00000000000000000001f9ef0f6d3be3fe0430259bdd40f7e01459f228b5ed74 844 0.18/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.11 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: 736.44 GB
    • Received: 18.58 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.