Loading Tool

Explorer IconExplorer

Memory Pool

43,538 transactions
26.94 vMB
0.05661290 BTC
Random Selection Loading Transactions
Max Size: 142.09/200 MB

Candidate Block

Mining Attempt 36d6f72332980eff588ab9e18be1f61d268996f80a08ef0da139a10413e2312e
Version 20000000
Previous Block 00000000000000000000e3ac99be0c75a7c1598359aaad39c4e0ec9e97012d70
Merkle Root f067c2e9f938cb5bbb02a27099606f3b621ee169cd3639ade21d03e5fcc2c797
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,292
Size: 1.00 vMB
Total Fees: 0.00659613 BTC
Feerates: 101.58 > 0.66 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,896 (457,330 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
457,566 457,566 00000000000000000039fde3365850c191d9396b7054ddff656a8825aa9be764 1,472 1.00/1.00 vMB 247
457,565 457,565 0000000000000000005d0520965516e6253b8e8b419b8b2692895d9abb023dfe 2,202 1.00/1.00 vMB 172
457,564 457,564 00000000000000000158deb118f2e414728bc951faf0fddc41a590a9423eea79 1,494 1.00/1.00 vMB 178
457,563 457,563 0000000000000000025823f74acc68af5e3d43b7f8cde200c55d9469354ea99e 2,004 1.00/1.00 vMB 193
457,562 457,562 0000000000000000001586bf35963020c2ff687c7b7dd6c66e3d83c9e7983d7f 2,849 1.00/1.00 vMB 254
457,561 457,561 0000000000000000022f55108be40ec8bee6dadf44aa8e8be9df74c3881c0f11 1,962 1.00/1.00 vMB 142
457,560 457,560 000000000000000000a73bf22b23d5391ae8bcd63c3c36b49f9c71d1f0b56e93 2,068 1.00/1.00 vMB 135
457,559 457,559 00000000000000000016a2a0f8c46e091f8d9e90e4a219329f904eaded6bc30f 2,230 1.00/1.00 vMB 226
457,558 457,558 000000000000000001d2159e817f43abd1385a73c919e241ea59b68a1071a4e6 1,459 1.00/1.00 vMB 79
457,557 457,557 0000000000000000009597c4181a7b573c97ba1f38202b18510286b6434a807a 1,378 1.00/1.00 vMB 95
457,556 457,556 000000000000000002610e10094155fce689e5d0bd85898a5496d0976dc582d8 1,745 1.00/1.00 vMB 134
457,555 457,555 00000000000000000050d5b558fb9204fc2aae05c1064cc9456b118ce5651c21 2,165 1.00/1.00 vMB 138
457,554 457,554 00000000000000000001c9925649b8b74025d00364d45a70a22482cbc691223f 2,374 1.00/1.00 vMB 165
457,553 457,553 00000000000000000056dde0c49e387c221276464a24b58c67ecb2f6d0c34a84 2,049 1.00/1.00 vMB 205
457,552 457,552 000000000000000001a76ea628ab47f65f60b4d8e00219c9424cb718004b0223 2,348 1.00/1.00 vMB 136
457,551 457,551 000000000000000000352dea2ac848efe902f89ae21538a32ed2e4fda02a6ace 2,179 1.00/1.00 vMB 172
457,550 457,550 0000000000000000013d5ac307796554f2cf259828c25819670e964529e42da8 2,867 1.00/1.00 vMB 238
457,549 457,549 0000000000000000025102c9a2a40f6bbf0e4cb88e8a64ce0ae1014312fe1b35 2,073 1.00/1.00 vMB 117
457,548 457,548 0000000000000000014103bea5d68d89a7b3d46f1f23d35f4809c6557791b9d7 1,905 1.00/1.00 vMB 157
457,547 457,547 0000000000000000025560c28188e2438b76c79248db2f1fef5d3be726b58270 2,760 1.00/1.00 vMB 157
457,546 457,546 0000000000000000013b72ed963dee30a2d40f94a99ac349dfee30105f6127ce 2,225 1.00/1.00 vMB 155
Previous 10 blocks ↓
Total Size: 782.20 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: 654.09 GB
    • Received: 14.10 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.