Loading Tool

Explorer IconExplorer

Memory Pool

78,503 transactions
29.42 vMB
0.06700703 BTC
Random Selection Loading Transactions
Max Size: 176.83/200 MB

Candidate Block

Mining Attempt 5adf745339b887c50d55e08bfc1cfbff5439bd0413140c34832a92a0911b4102
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 0c7ccf709eb78a5776ded40eebb947fca9617a9c95c2310d2a230a4a5409a0a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,205
Size: 1.00 vMB
Total Fees: 0.00708341 BTC
Feerates: 50.25 > 0.71 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (140,136 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
774,864 774,864 00000000000000000005f65e786fe3ce5d427666effa27f09979058d57ea4e94 2,201 1.00/1.00 vMB 12
774,863 774,863 000000000000000000036e96d4437836d8c07a5f8e65d27162c058633e8894f1 2,436 1.00/1.00 vMB 18
774,862 774,862 000000000000000000018f01e700156c8f437be90034f86c6159994ab84bb3c7 3,979 1.00/1.00 vMB 19
774,861 774,861 0000000000000000000173865a0e4e1fa791d82f33154c579f772e755c6cf26b 1,825 1.00/1.00 vMB 23
774,860 774,860 00000000000000000002b68eb325a38d3a0571fa80bd364b3d7cdc04332e40bd 3,728 1.00/1.00 vMB 35
774,859 774,859 00000000000000000002b782f22465a292ee0bc7034769e98b065e5b1ad7aed5 2,729 1.00/1.00 vMB 26
774,858 774,858 000000000000000000048842cf5461d48bb76efd2b377eaf1b9a1b9447e7db47 1,290 0.54/1.00 vMB 12
774,857 774,857 00000000000000000000fed8bcb0dfa6253b19d9a024fba584c15a94ef1a91cd 3,350 1.00/1.00 vMB 15
774,856 774,856 00000000000000000005e9f5fa1ffe938765d76799a78df19d5108fd769ddd6e 836 0.87/1.00 vMB 2
774,855 774,855 0000000000000000000457df14bad0e497579f1ce59b5d7ea8509fe1bde7cfcc 3,026 1.00/1.00 vMB 9
774,854 774,854 00000000000000000000ae13519b4fefd635b2dd0dc8c54ef6b702b9816a993f 3,019 1.00/1.00 vMB 16
774,853 774,853 00000000000000000004cb259b12d77a9a2268959ab477dd418a946eaf6bc100 1,627 1.00/1.00 vMB 18
774,852 774,852 00000000000000000006298bca68ae3ec267bb2843646f6d3b5ee8bc151ee6e3 3,803 1.00/1.00 vMB 23
774,851 774,851 000000000000000000002d4657c7837aef91c93e651e22bdbf4f75a266d97e85 2,590 1.00/1.00 vMB 14
774,850 774,850 000000000000000000066ecc7bdc1f449ea82114f2ac1cdced02c5860efcf1d1 1,449 1.00/1.00 vMB 5
774,849 774,849 0000000000000000000677080da0d04f17da3b7b22bbfb11643659595c660591 2,178 1.00/1.00 vMB 11
774,848 774,848 000000000000000000050ccc38de3bbfc6cf80fcbf73de25bb4c6d131cc580d5 3,394 1.00/1.00 vMB 29
774,847 774,847 00000000000000000002042bb11ae2c801c03a0a21eee40972804aef57feb542 2,591 1.00/1.00 vMB 3
774,846 774,846 0000000000000000000245abf46a598da777f3420d7b17eb351eeed5491f68e9 2,769 1.00/1.00 vMB 11
774,845 774,845 00000000000000000004a314ec3250f2229e67f9b8b6acee07cb8510a29fdbd2 1 0.00/1.00 vMB 0
774,844 774,844 00000000000000000007138810a1d45c9e04f6813fa3ade6872dc357fb45f2ec 1,698 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.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.