Loading Tool

Explorer IconExplorer

Memory Pool

35,320 transactions
25.54 vMB
0.07911000 BTC
Random Selection Loading Transactions
Max Size: 130.52/200 MB

Candidate Block

Mining Attempt 38270f8dbd8dd5594bd7364d56c63fbdc2be5e42bfc28bb5f0f372a395e97201
Version 20000000
Previous Block 000000000000000000014148236613aff85e49d6e98bb36447af91d013881073
Merkle Root b8b96e4f64b8808f094db98c40f160839697edf588d0294eed60dd4e89080d6e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,708
Size: 1.00 vMB
Total Fees: 0.00753101 BTC
Feerates: 171.09 > 0.75 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,676 (364,515 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
550,161 550,161 00000000000000000020ab2cb79fe40c5941b449615fee948eafadc079c3aa7a 2,633 1.00/1.00 vMB 17
550,160 550,160 0000000000000000000d746ab2420f890046643e06c9de5c7ab31735469a9857 2,697 1.00/1.00 vMB 47
550,159 550,159 0000000000000000001e9f8fad3cd2e55640c13842f5f62fd5e30cde1ecba74f 1,932 0.76/1.00 vMB 19
550,158 550,158 00000000000000000001d9a30c17dce6e8ac87b0fee9a3ba093e99c2183a3470 914 0.84/1.00 vMB 1
550,157 550,157 00000000000000000020548298cfb60ee0f4d265b864d92374c39689db8a8073 2,731 1.00/1.00 vMB 21
550,156 550,156 000000000000000000206f23a85c7f0de127adfc7137a87580c6d180046a4e43 3,037 1.00/1.00 vMB 23
550,155 550,155 00000000000000000003f6b3d36eedcc16f9cbabea0b6de818fd767d2e12c9ab 1,531 1.00/1.00 vMB 4
550,154 550,154 0000000000000000000a62b7b614d27be325d797a9aad601b050b7a46b3d9797 632 0.29/1.00 vMB 30
550,153 550,153 000000000000000000205399bfc0b49fd5a90f12ad7e3c8c2295f46f79e63321 2,063 1.00/1.00 vMB 4
550,152 550,152 000000000000000000135687006eb60d1f5ffa48226c6e875b0886a5ea0cbb01 2,645 1.00/1.00 vMB 29
550,151 550,151 0000000000000000001bd486c8fbbefa752f6e54a806712610ae6e3ade383dcb 1,032 1.00/1.00 vMB 24
550,150 550,150 0000000000000000001020a75926fb7a25aa9f0a7c5826df0937202a92d5965c 1,203 1.00/1.00 vMB 6
550,149 550,149 000000000000000000064c4c6dadf6c73af66840bebb74d2e2f39b8b2a4d1c99 1,442 1.00/1.00 vMB 7
550,148 550,148 00000000000000000009b0f48e01090ddaa24c383a860475fafa17442f85496d 2,073 1.00/1.00 vMB 9
550,147 550,147 0000000000000000000b2d871be5af235de389accc59b5b5ca5076b6ad2a8b2e 2,526 1.00/1.00 vMB 10
550,146 550,146 00000000000000000025b6119bc76d682c787b60da8b561475eafd725af2ac62 2,767 1.00/1.00 vMB 32
550,145 550,145 000000000000000000160c60cb9d72a5a4d5b966d672482ede9b9448ad47a92c 2,692 1.00/1.00 vMB 23
550,144 550,144 00000000000000000014795242ccaf23e6d7da5a0a2ab4af38897a533b502687 2,435 1.00/1.00 vMB 9
550,143 550,143 000000000000000000067c8d0ffc35aac3237f767cf6539782f58411030798cf 2,626 1.00/1.00 vMB 11
550,142 550,142 0000000000000000000b96af9cbb7efab9f9b768dfad9f12fcb081bbbe9b6748 2,783 1.00/1.00 vMB 9
550,141 550,141 000000000000000000152dc944ec80c4645ea4506af4e828485d2c7216981f1c 2,533 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 781.82 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: 635.73 GB
    • Received: 12.32 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.