Loading Tool

Explorer IconExplorer

Memory Pool

48,193 transactions
33.68 vMB
0.20269892 BTC
Random Selection Loading Transactions
Max Size: 170.38/200 MB

Candidate Block

Mining Attempt 3d2e237ffa4972ca6c6fbeeba83b86cd1541c2d908c2baedfe25968b0fe6815d
Version 20000000
Previous Block 00000000000000000001def21d1078832ba461a782f9add81014e8b0240af40c
Merkle Root c621028bc3ada20f4cb35e87bf2556957ffa36b3d2b25ccb6bc8fe5a139b2778
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,022
Size: 1.00 vMB
Total Fees: 0.10606392 BTC
Feerates: 301.57 > 10.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,358 (910,043 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
4,315 4,315 0000000036e5eb2b8699b7bb451d611d1d5a7fd98c490653a03530934cebe230 1 0.00/1.00 vMB 0
4,314 4,314 000000003cddfefc244a280ad0093d48c991fed0f0b3ea717c684351dfa0e059 1 0.00/1.00 vMB 0
4,313 4,313 0000000011ce224e34caf69d1bc72cba58033e98d33676506f8450815c35c1ae 1 0.00/1.00 vMB 0
4,312 4,312 00000000a9da635727dce622d78361b153ce3334e6a60d4377fad529abfc7863 1 0.00/1.00 vMB 0
4,311 4,311 00000000c4df9bb8a91975c195d5d407def56a0d24855bed48aaa26e221120f6 1 0.00/1.00 vMB 0
4,310 4,310 000000004201ff1f9c46ff10642eb40bc664653b36e9d6091a6cf5b03fb8bd0d 1 0.00/1.00 vMB 0
4,309 4,309 00000000351170bf9b6bc61fa4c7512b17fa5f2796ffaf63b9512ad8fa20c07c 1 0.00/1.00 vMB 0
4,308 4,308 00000000eeaa7e2c5d098af7162ff783da9c9a30738411adfb8921664810d635 1 0.00/1.00 vMB 0
4,307 4,307 000000005843339bef1e882b576a391026a3836e87ddda4bcaa8568d633e16dd 1 0.00/1.00 vMB 0
4,306 4,306 00000000c32f186c6abfbf9ac7073fad1e3ccadbc098847b3b7c20e9ee26b34f 1 0.00/1.00 vMB 0
4,305 4,305 000000003dbc3403306b4385fba8fbf2adf4d275a8cdc75e61b27c39a8aeaed9 1 0.00/1.00 vMB 0
4,304 4,304 0000000064362f44f56750a99e4a090c79bd245936b39ecf35371afffebdab6a 1 0.00/1.00 vMB 0
4,303 4,303 00000000ac49efcb68670d0241a4901f088c0b0d8aab6cbdb50163729e042212 1 0.00/1.00 vMB 0
4,302 4,302 0000000094d80c3737a917c61a7f3cf2fad7dd3956e0b46cbfec254222d697f0 1 0.00/1.00 vMB 0
4,301 4,301 000000008baa63431721e601b2b003bae7726adee3086867863657283dc30114 1 0.00/1.00 vMB 0
4,300 4,300 0000000000b54b5510fbf287ad4c31ced608521b2ccef6c7ed8ef033060e3eb4 1 0.00/1.00 vMB 0
4,299 4,299 000000006442d82b6504a4fc33d1a2a3a2c2f7ceccebb0cb093b1b59b8457002 1 0.00/1.00 vMB 0
4,298 4,298 0000000037902846623149dd4b8117f1e03469b12da037ff5ddeac8ca122c38c 1 0.00/1.00 vMB 0
4,297 4,297 000000008fae380b28898add3a3383a9743caf412206508ebe5ab86707317cbb 1 0.00/1.00 vMB 0
4,296 4,296 0000000061c6e5cce6587e39921c2b77e2925c71367bd2efb68b0d7098e685a1 1 0.00/1.00 vMB 0
4,295 4,295 0000000075fd168f2c87b3d7e8c184f290807bad627933efe29485f94bbaae5d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.23 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 591.85 GB
    • Received: 9.63 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.