Loading Tool

Explorer IconExplorer

Memory Pool

83,616 transactions
34.91 vMB
0.16561792 BTC
Random Selection Loading Transactions
Max Size: 198.74/200 MB

Candidate Block

Mining Attempt 048285a282c3cbdc4d29517cf919d1020ce6729adf483a5d2d721a4b63be8738
Version 20000000
Previous Block 00000000000000000000d01ec66a5500a065a0accb178777c62c2953c9414924
Merkle Root b16db6002e9ee1086f70f0677d35e5d4cc8ea31ee2a6e4619cc0f23af7426d32
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,514
Size: 1.00 vMB
Total Fees: 0.04022570 BTC
Feerates: 150.90 > 4.03 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,410 (34,165 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
881,245 881,245 0000000000000000000261bacbffc67ac8fc6c41e4c9af7151e95b7e97e5cc99 3,410 1.00/1.00 vMB 4
881,244 881,244 0000000000000000000203367d31d027c1bdec424385971f6134eda046634ecc 2,385 1.00/1.00 vMB 2
881,243 881,243 00000000000000000000f958f8c0a142f8af05a754c8f21e39cc4a155a43632a 1,045 1.00/1.00 vMB 2
881,242 881,242 0000000000000000000081560d07dfd67e8fdb4d4e5363a842ca43e51a3423a0 2,736 1.00/1.00 vMB 4
881,241 881,241 000000000000000000011478ee3164cf12d886c9c77e9cfbc8bbcb9a5e3cbee8 173 1.00/1.00 vMB 2
881,240 881,240 00000000000000000001ee4aa885c242c68a36b57a6c7f1ca6f9abc0b8123230 1,744 1.00/1.00 vMB 2
881,239 881,239 000000000000000000005af2ff3511e74c743c425efdd1f29de4028c94f22749 4,048 1.00/1.00 vMB 7
881,238 881,238 0000000000000000000102abd9e39fd460e4861aeee80794bce442de0c3a3160 3,763 1.00/1.00 vMB 5
881,237 881,237 0000000000000000000091492f74aa1d3e1b901626ad5d12004949ca674d6159 979 1.00/1.00 vMB 1
881,236 881,236 000000000000000000005379cd26fb8a1cc86c012c6172f60030ef527ffe6402 876 1.00/1.00 vMB 2
881,235 881,235 0000000000000000000046e43a3c3f32c376c01b2f88ad2062cec8c8ba7c0871 3,425 1.00/1.00 vMB 4
881,234 881,234 00000000000000000001a1ab8d08866204e716ddee94bd7b099cfb2528e80b65 2,575 1.00/1.00 vMB 4
881,233 881,233 0000000000000000000045d3c8e8d3537f0d3e60794c812e343c73f06793f26c 3,150 1.00/1.00 vMB 3
881,232 881,232 00000000000000000001b80f0281687f0e90a421d0ddd8bf04b3bc5d93a972ac 3,080 1.00/1.00 vMB 5
881,231 881,231 00000000000000000001f9ba19a699eb228789a0865677bd7408134ff5302505 3,089 1.00/1.00 vMB 3
881,230 881,230 00000000000000000002487517129fe0039c05ef9ed691787910c108d76e1e8e 4,061 1.00/1.00 vMB 7
881,229 881,229 00000000000000000000164a0276b918795ba01f8a0b3939eb8e952a9b3c838f 3,299 1.00/1.00 vMB 3
881,228 881,228 00000000000000000000b3f0e92ae987b29aaa79f7815af9ac328c5a89a18eb4 2,426 1.00/1.00 vMB 1
881,227 881,227 00000000000000000000145f737d4720fbb6d67af32260ea45d922f5b7fe8556 3,272 1.00/1.00 vMB 5
881,226 881,226 00000000000000000002221268b3e6ebd4a2a8cfadf9d0a289303953630ebd6c 3,838 1.00/1.00 vMB 4
881,225 881,225 000000000000000000007d54aa02c809df6ddb22c48b9a36649ab2644290359b 3,490 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 783.10 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: 729.46 GB
    • Received: 18.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.