Loading Tool

Explorer IconExplorer

Memory Pool

77,977 transactions
29.07 vMB
0.07043884 BTC
Random Selection Loading Transactions
Max Size: 174.03/200 MB

Candidate Block

Mining Attempt 351492964edacfa0ec66222a198d7632100bdecfa8525848961a4ae9e8d43af2
Version 20000000
Previous Block 00000000000000000000c0578122c3a20c1a0fa197853326ae531fa58ec09638
Merkle Root e15cb5b189a956552cf9187c0f43173bb7b4fb0b924d4c7196276410845a696b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,269
Size: 1.00 vMB
Total Fees: 0.01162920 BTC
Feerates: 73.20 > 1.17 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,061 (316,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
598,291 598,291 000000000000000000028b708e9cd27aa052246f6e7853aa8a98fcdc627096c2 2,989 1.00/1.00 vMB 34
598,290 598,290 000000000000000000127810b1de2fe52125b9793de0978e5fb21375c56fab55 2,769 1.00/1.00 vMB 43
598,289 598,289 0000000000000000000714a64e7ef63415b178bcddb63c25b51c28d1dd56c76d 1 0.00/1.00 vMB 0
598,288 598,288 0000000000000000000cf3070757dec30c331d58381a520fb3970f5d959d07a8 2,798 0.96/1.00 vMB 8
598,287 598,287 0000000000000000000331d0cab9a341cf65f7d27cffb46ed07ec2df5a42093c 2,775 1.00/1.00 vMB 13
598,286 598,286 0000000000000000000cd97261de9d4e14cf7a6eba5ede57f5f81d757ba819f0 2,928 1.00/1.00 vMB 38
598,285 598,285 00000000000000000013a5c2b1fa4b1ce0bd3303d07477b7fb4f2d4ef4be2ecb 808 0.27/1.00 vMB 16
598,284 598,284 00000000000000000013afa1236af52a04be34023a44b9f4248d4ee00b50bedf 2,531 1.00/1.00 vMB 14
598,283 598,283 00000000000000000006419f1c61affa43c86656d2c24600da7a865ca77614b5 3,305 1.00/1.00 vMB 37
598,282 598,282 0000000000000000000176155d26dd9bd0461fc378a7c567f3886c20b5542517 2,985 1.00/1.00 vMB 26
598,281 598,281 00000000000000000011985d67b739020b4e7cc12a0001d631eb771d26746fea 3,216 1.00/1.00 vMB 18
598,280 598,280 0000000000000000000eb90da02b8933c46d0484d0ad21050f5557ab48668bda 1,112 0.57/1.00 vMB 3
598,279 598,279 00000000000000000010e1d6bc9952ca1b917d28ae1ccf3dcbf31e43ff6b8401 2,924 1.00/1.00 vMB 11
598,278 598,278 0000000000000000000145cd5cc60ec9599e8106d28b1c8c2d15d12e84f51ba1 2,883 1.00/1.00 vMB 12
598,277 598,277 000000000000000000011ba3ea8e09192ad2a59114757ee0ae061e658a1bfe6d 1,979 1.00/1.00 vMB 7
598,276 598,276 0000000000000000000d113d0943d1de2578bcfa41651ee0b4db0a9bc6e50815 2,177 1.00/1.00 vMB 44
598,275 598,275 0000000000000000001583447dd74c13c09280a9218827244089adadaba8c8c9 1,164 0.36/1.00 vMB 16
598,274 598,274 0000000000000000000b955d8f32fc2fd9c10e1a0354b8ef68d6dac68ce96921 1,399 0.51/1.00 vMB 19
598,273 598,273 00000000000000000013c86dcb1899ec2fcbd6e6114dad0906edcf9dd1da122d 1,276 0.44/1.00 vMB 18
598,272 598,272 000000000000000000107b60e002186b6496be4c5db8a8ec56a08c3b569f97b2 770 0.84/1.00 vMB 1
598,271 598,271 000000000000000000079b41d34b6bb81dfcb0b372d25bb6369c2b647ab092c1 2,968 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.50 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: 668.38 GB
    • Received: 15.49 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.