Loading Tool

Explorer IconExplorer

Memory Pool

53,767 transactions
29.92 vMB
0.10347798 BTC
Random Selection Loading Transactions
Max Size: 160.66/200 MB

Candidate Block

Mining Attempt ce7805e0c6e1e01a97e3b0d44db2a078f468bb886ffffa33ef91b8dd89275c59
Version 20000000
Previous Block 00000000000000000000c82bf1f7d055428156e8d4702bdc0fed9066619a5fcd
Merkle Root 27be2e63dbda53fc1e6157cbe05a1ade5b7aac500a3e0f64e6690974cfb85c68
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,177
Size: 1.00 vMB
Total Fees: 0.02845721 BTC
Feerates: 157.35 > 2.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,713 (226,061 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
688,632 688,632 00000000000000000005c1a58e317807aec191c6c1619b6dad9315617c4e7675 3,077 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.10 GB
    • Received: 12.68 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.