Loading Tool

Explorer IconExplorer

Memory Pool

72,425 transactions
27.38 vMB
0.07281756 BTC
Random Selection Loading Transactions
Max Size: 165.11/200 MB

Candidate Block

Mining Attempt b93b39d27665eae15c57bf2544d0ecc4d2e9e978584878ba0517478ca761a251
Version 20000000
Previous Block 00000000000000000001a3735ad7a960d40040db89c7d653973d5e6c1b2c9f6f
Merkle Root 73644e8ceea878e6f561708efbff7682b5b7a41a18c230c3a1f339b43ab9f74f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,342
Size: 1.00 vMB
Total Fees: 0.01261225 BTC
Feerates: 100.53 > 1.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,537 (821,433 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
94,104 94,104 00000000000224385bfad684bb541aedf404b07ca8d642f961ade34b0cd38b2a 3 0.00/1.00 vMB 0
94,103 94,103 0000000000071a12979dd25c0c08483d2ca6196a7ad6fe90f00dd98e1e275016 2 0.00/1.00 vMB 0
94,102 94,102 0000000000088e36cfdd106d3ed336920ff85885dd14c5f4c7a5319ada736992 1 0.00/1.00 vMB 0
94,101 94,101 000000000001c7f35fb840be14d1922135f5edd65a13bae2505e7d262faa32e1 4 0.00/1.00 vMB 0
94,100 94,100 000000000003fcaa59ce84a09487d0c9f19efe4052a9123552633f1fec712e1c 6 0.00/1.00 vMB 0
94,099 94,099 000000000003b8efce6368f4861c43d2093ecc1553c6636d6f71d956bc30c9c0 2 0.00/1.00 vMB 0
94,098 94,098 0000000000061f5945da8b044f83f8c249534c8457fe3d94ebb859ea8d945751 1 0.00/1.00 vMB 0
94,097 94,097 000000000009651154a5d8ac5847d4e821f6bc5a4791a441a219315b974f2e54 2 0.00/1.00 vMB 0
94,096 94,096 000000000004b93ab26e8b0a28dd8ec0501b1b1bc7afbf38c030e3adcbd0ab06 6 0.00/1.00 vMB 0
94,095 94,095 000000000006c23c2065fd44c432da751d6ac894bb326b41b5da824c1067b76c 1 0.00/1.00 vMB 0
94,094 94,094 0000000000001cd4d152b816e93ea87924d75a7916bfea7a11f031f36e64dcf9 2 0.00/1.00 vMB 0
94,093 94,093 00000000000495dcd3d348ccabd583b13249b1bcb3eeeff96dc9712b5be9c78b 3 0.00/1.00 vMB 0
94,092 94,092 000000000005f51c386d5c54ed6cd227c3519f7c532a35af1a794efb2dff3420 12 0.00/1.00 vMB 0
94,091 94,091 000000000003db93e32ef7cad0bdb757ef2cb0ec4c2a434ccfc7c7de7c9f325d 13 0.00/1.00 vMB 0
94,090 94,090 000000000008cf13f46e37010401cea64fa89bcfea09d5197d1dbafb993d69df 1 0.00/1.00 vMB 0
94,089 94,089 0000000000054f18b988b384e482f5ce6815a903c08f0723ac579e762013a7fe 4 0.00/1.00 vMB 0
94,088 94,088 000000000008eb5088ee464c4b287ad8da3aa788199c4206f467e29593dabd3f 1 0.00/1.00 vMB 0
94,087 94,087 000000000004a99cb320f5c75bfb646d0f7a961dee328b39e90302c460c47c5c 3 0.00/1.00 vMB 0
94,086 94,086 000000000003c101b1bb7ccbe7d676788cc4be693d9ce6329938de58f7cb4fd4 2 0.00/1.00 vMB 0
94,085 94,085 0000000000038054c6d71fb42397bd2f95c9dd81e42b5f6acb40f23d58a5fd87 2 0.00/1.00 vMB 0
94,084 94,084 0000000000086f2fc1b63e045c2d63566c04e998ca0dec3ae6061c5ff4d340b5 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.33 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: 767.71 GB
    • Received: 19.45 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.