Loading Tool

Explorer IconExplorer

Memory Pool

41,788 transactions
28.65 vMB
0.07087743 BTC
Random Selection Loading Transactions
Max Size: 146.40/200 MB

Candidate Block

Mining Attempt ef0b0cd482b1a003bba2bd292302773e2d9af9834ce60ac03d4b66a18f5b2448
Version 20000000
Previous Block 00000000000000000001064b98061a9986019af96532560f736a38d93be7743f
Merkle Root 26ac62f99e9794c9b7a17cc34a34dceca98c52646c66ffedfa5f5a34a950c36d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,700
Size: 1.00 vMB
Total Fees: 0.01530316 BTC
Feerates: 104.56 > 1.53 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,630 (281,768 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
632,862 632,862 0000000000000000000ad7366ce67ca303257b9391230ad5c2b4fc41edc3c45c 2,261 1.00/1.00 vMB 53
632,861 632,861 00000000000000000003599556b71dd43e5fb53a840d1eff63f23ece0bfb5cd9 2,663 1.00/1.00 vMB 95
632,860 632,860 0000000000000000000ee999a34c0f70892661be994177277b19adce824e3c29 1,974 1.00/1.00 vMB 27
632,859 632,859 0000000000000000000cb87905f3f91a7254e1846409f27aa6de3422bea606d4 2,363 1.00/1.00 vMB 63
632,858 632,858 00000000000000000002eb7892b8fdfd7b8e0f089e5cdf96436de680b7e695e3 1,601 1.00/1.00 vMB 28
632,857 632,857 00000000000000000009a54084d9f4eafa3ca07af646ff8fa9031d0ac72a92aa 974 1.00/1.00 vMB 23
632,856 632,856 00000000000000000006287ba7a35893e20d4643fa5bdedec836f24de0a2cbb4 1,510 1.00/1.00 vMB 33
632,855 632,855 000000000000000000115f8873e51d7eb4e0c3a189ea370a3d388afe371f6689 2,534 1.00/1.00 vMB 19
632,854 632,854 000000000000000000073a8315ad899946bc20a18b547be74cce9f1e8404d117 2,495 1.00/1.00 vMB 39
632,853 632,853 000000000000000000067debc6ce2eb1a908ae3cd0f6133a0f112c7ef9dca321 1,712 1.00/1.00 vMB 69
632,852 632,852 0000000000000000000a002c2ebbe00f5befad9df65bccf3d632ff340cf9afa2 2,674 1.00/1.00 vMB 92
632,851 632,851 0000000000000000001054bcb5fb2ee146dbd4103a0655b88bf16bdba9bf21c3 1,230 1.00/1.00 vMB 24
632,850 632,850 0000000000000000000c6b6c5f2c02d5c2fb8fe0d5f80c9279c87b4e26c710df 1,440 1.00/1.00 vMB 28
632,849 632,849 00000000000000000011a1ca691c15066a4d39632416c958df3c65a1fde40b7d 2,365 1.00/1.00 vMB 42
632,848 632,848 0000000000000000000aede68e9789c10bba874dca57bf6e406e16827a349afb 1,990 1.00/1.00 vMB 10
632,847 632,847 0000000000000000000e3aba92cf6bd5e5386c465086bc18738b5e5cf1cace1d 2,183 1.00/1.00 vMB 68
632,846 632,846 00000000000000000005c937e5178bfe8e514024a09ae36c74b70a78a22312cb 2,277 1.00/1.00 vMB 34
632,845 632,845 00000000000000000004b1776b3fb50c2eaf289bf73603e604391e4dd07070a9 2,089 1.00/1.00 vMB 57
632,844 632,844 0000000000000000000587cadf7ff243cd056a31b1bf4b8ef3e313f92518e48b 2,176 1.00/1.00 vMB 22
632,843 632,843 000000000000000000081907805c7033f2f2bab49ed2bb49d66bb3d041f0df37 2,395 1.00/1.00 vMB 41
632,842 632,842 00000000000000000005c9d07b9d07168e4215af94f3ae562c0b1806b0d658ca 2,438 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 781.74 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: 630.35 GB
    • Received: 12.02 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.