Loading Tool

Explorer IconExplorer

Memory Pool

80,688 transactions
30.58 vMB
0.07039831 BTC
Random Selection Loading Transactions
Max Size: 186.36/200 MB

Candidate Block

Mining Attempt b7e8e2320d196dc34375cdc3a909e4bbc18a28053a6b00ce0cdc4b21461c9676
Version 20000000
Previous Block 00000000000000000001a127feb492d2c14d9243c7583ddd9d976606f48a6cfc
Merkle Root 550b18e7005a9e46b156c32b70cfebb1ab283d4e5274d6bf46dc012dafabfc4e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,064
Size: 1.00 vMB
Total Fees: 0.00499448 BTC
Feerates: 103.09 > 0.50 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,189 (311,201 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
603,988 603,988 0000000000000000000e247d79870d4c55d8b715ceb5c3d77da9f90b210c30b9 1,299 1.00/1.00 vMB 9
603,987 603,987 00000000000000000001fca1da63da0cafa1699cd1069a82adcea21f712e2399 199 1.00/1.00 vMB 2
603,986 603,986 00000000000000000010f13e59485163b313a1cf3b15dbe36041119f5e0dad51 609 1.00/1.00 vMB 6
603,985 603,985 000000000000000000132e221b68b7cad4831b4e970fd04e251a6291f3148b57 689 1.00/1.00 vMB 7
603,984 603,984 0000000000000000000c721c7a30c3cc87f0063a72c08b910b9bc87ef62adc58 586 1.00/1.00 vMB 6
603,983 603,983 00000000000000000000a820a8d1de3619ac9d38e6589026589c5597240c660f 2,167 1.00/1.00 vMB 17
603,982 603,982 000000000000000000080a438046841d406c0febd6649fa6c1d542c7a3c73d82 1,778 1.00/1.00 vMB 7
603,981 603,981 0000000000000000000a01e54a7b77ab5503282fe4a87b8fa4c624a8a621408c 2,512 1.00/1.00 vMB 22
603,980 603,980 00000000000000000004ce1c9cb1882fcb8460916df6d2bcdfcf400970fee1a7 1,609 1.00/1.00 vMB 18
603,979 603,979 00000000000000000015c5004e2d43fac2394825e7cd55fb81684ee5393a6896 2,656 1.00/1.00 vMB 19
603,978 603,978 0000000000000000000ce57d87caf2ec4281f6630deaeffcd6595cc9433b911c 2,906 1.00/1.00 vMB 12
603,977 603,977 0000000000000000000799cf3ac71a84ac020a2b692d3d00ec8d49e0fc030f96 988 1.00/1.00 vMB 13
603,976 603,976 000000000000000000005a25f4267d0d8d2065fca901b28985186688b23e2920 2,730 1.00/1.00 vMB 23
603,975 603,975 00000000000000000005eb0207234125d4d6f5fc9657d0f0f9ca1e7600db8ae4 3,022 1.00/1.00 vMB 34
603,974 603,974 000000000000000000131200c763934c061b36c4a7e0e9a29521383fc431d8f0 2,146 1.00/1.00 vMB 16
603,973 603,973 00000000000000000002d1c1ca8ef3ba63b4d05018df508a680dd5c31c64c4f2 2,927 1.00/1.00 vMB 9
603,972 603,972 00000000000000000003bde49dc21b743d17a49e8db82836fb7e454409cec915 2,633 1.00/1.00 vMB 27
603,971 603,971 0000000000000000000016d5dbd912b5b1ed3d2176ff57f2e285e6b096a66392 2,484 1.00/1.00 vMB 4
603,970 603,970 000000000000000000092397eb3c86ad514c200a3996a5224c762e66b053785a 2,083 1.00/1.00 vMB 12
603,969 603,969 0000000000000000000dfce7e13b02e0de59d5f8bdb5b0a7ef8b8bc943b0a65f 2,945 1.00/1.00 vMB 14
603,968 603,968 0000000000000000001229ad89e041d314f54637d8988eac87930c14d56795c3 2,622 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.72 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 706.77 GB
    • Received: 16.66 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.