Loading Tool

Explorer IconExplorer

Memory Pool

50,328 transactions
28.84 vMB
0.07527236 BTC
Random Selection Loading Transactions
Max Size: 154.13/200 MB

Candidate Block

Mining Attempt d4b13988be37b302aa083dfa2a35eb70bab0dc7a968a2fcddf19be03e0f463f2
Version 20000000
Previous Block 0000000000000000000133cc4853fcb6e0594dde0b142b5c7760efc67fe44001
Merkle Root 776b9c6e58ca59a7ab34808f60a3f42e3896497809e3db5e1526e327dfdb90c9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,804
Size: 1.00 vMB
Total Fees: 0.01210388 BTC
Feerates: 40.20 > 1.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,715 (226,062 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
688,653 688,653 0000000000000000000d3de577fc93ead402e07cc923ecc92abcc1a59a42f4fb 1,396 1.00/1.00 vMB 66
688,652 688,652 0000000000000000000cf8a4dd24f061a67476b98c91587260046d7a4c26456b 638 1.00/1.00 vMB 15
688,651 688,651 00000000000000000007335f3629338608287f556f2a4c3ae99d6f6939efbf5a 1 0.00/1.00 vMB 0
688,650 688,650 0000000000000000000a8d837c2f3399b276932841157631b66e29a2fa7a20dd 2,410 1.00/1.00 vMB 21
688,649 688,649 000000000000000000003eb2acca8937a5a0cc360ace2906c8d4e87df4aec0ad 1,228 1.00/1.00 vMB 22
688,648 688,648 00000000000000000003561d028c61b53279aa266715e4e8fd4fdacd688fdc5e 1,854 1.00/1.00 vMB 39
688,647 688,647 0000000000000000000ce1769fb8a49b0f4748392e31b507a7c7c43abb80b1bd 2,549 1.00/1.00 vMB 60
688,646 688,646 0000000000000000000dc672fb67500e0ad9d15e37575608e6bfc5e1dc9a473e 1,661 1.00/1.00 vMB 48
688,645 688,645 00000000000000000005602620da7fc0d344b45f46f955fcdfc0c4b23ba2981a 1,627 1.00/1.00 vMB 47
688,644 688,644 00000000000000000001c5c67efb544b54d2d7fb57e45154bfe663fb7f99d90a 1,937 1.00/1.00 vMB 75
688,643 688,643 0000000000000000000d7495b85fde5560277192d694d2163845168b73efc84c 2,865 1.00/1.00 vMB 58
688,642 688,642 000000000000000000061d2b8d3794b342314f4cecc3893846437d52ad23d8f4 2,106 1.00/1.00 vMB 74
688,641 688,641 0000000000000000000c12042e29399f89def32dfd1963fb5d8d5adc4a26f928 2,035 1.00/1.00 vMB 71
688,640 688,640 0000000000000000000ae5388eadfb19cf1aeba4d94b6460eea9f47759a382bc 1,860 1.00/1.00 vMB 57
688,639 688,639 000000000000000000006cf08e65436d2628e609ffc8728ddd76865f72c3db79 2,420 1.00/1.00 vMB 20
688,638 688,638 000000000000000000084ff4829a251c28c782e8197d079c1bcbcb042e5e3eae 2,726 1.00/1.00 vMB 38
688,637 688,637 0000000000000000000a68307d0fd6e85ce771c8d31d8113c9a93e0acdb91bc0 2,280 1.00/1.00 vMB 26
688,636 688,636 00000000000000000008af1f5828011697f09e632a28e1e1b2d74ec1903abd28 1,459 1.00/1.00 vMB 28
688,635 688,635 00000000000000000009b1429243b9826ece08b8534ce0c540326bb8b0440165 1,743 1.00/1.00 vMB 11
688,634 688,634 00000000000000000002ea8a8ed46509e346db7cc019b041c9e3f7d89325e039 2,535 1.00/1.00 vMB 38
688,633 688,633 0000000000000000000badb4f44459ea5a6a9ec99a76ed88afd4dd83290ad33c 2,862 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 781.89 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: 645.16 GB
    • Received: 12.69 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.