Loading Tool

Explorer IconExplorer

Memory Pool

81,342 transactions
29.87 vMB
0.13392212 BTC
Random Selection Loading Transactions
Max Size: 180.84/200 MB

Candidate Block

Mining Attempt 578a6ed915e33bd6d5ef31e5e30c428df28461aed0f517903819b4dc7fb91bf3
Version 20000000
Previous Block 000000000000000000005c2fc4d2b95ddb889fb35eace1de4a362d4b7706c2e6
Merkle Root 3e75d929666f2c650e214470d1f1c4bcab7ba28b481b1574a0e0e4b5d2b7bebd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,941
Size: 1.00 vMB
Total Fees: 0.06805321 BTC
Feerates: 213.90 > 6.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,109 (261,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
653,873 653,873 0000000000000000000307afeeed4fb786192802f3d70975cd2cdfaf01b214b9 2,808 1.00/1.00 vMB 105
653,872 653,872 000000000000000000083c640a286ad7ce00b06abe6d9bb217212176f7517aa8 2,289 1.00/1.00 vMB 77
653,871 653,871 000000000000000000004332f17d2f6277b4a4c9ccfdd4b3ba3aba5f7d835fc0 2,881 1.00/1.00 vMB 123
653,870 653,870 0000000000000000000011d05e085970c4d7bdc5b5c73d99bc023b9c34cc5491 2,626 1.00/1.00 vMB 151
653,869 653,869 0000000000000000000cd91fe0b012c6633fd0765bcc54fcfe905627106b87cf 2,829 1.00/1.00 vMB 109
653,868 653,868 00000000000000000001e28852743d0b86d0a264d6dac114c7371d4339e1f31c 2,790 1.00/1.00 vMB 102
653,867 653,867 0000000000000000000d03ddd080c560ddcfef52a7bce2c134eea7d33b2d9ebe 1,049 1.00/1.00 vMB 97
653,866 653,866 0000000000000000000323debec41e69ed194788743a831290391275005095b6 2,877 1.00/1.00 vMB 144
653,865 653,865 00000000000000000007b687cf5aad75197eaf6f56be6b831ca6270747ef27b3 2,941 1.00/1.00 vMB 133
653,864 653,864 0000000000000000000829ce97d8818c1c8ee029e9010c40dd473108ec74afbd 2,047 1.00/1.00 vMB 118
653,863 653,863 000000000000000000060782b394c52b2c08502e4a1642879207fa01eef6e1f6 2,306 1.00/1.00 vMB 113
653,862 653,862 00000000000000000008ac8f34fbf40e5092454209392b83b2631b0701dd17bf 1,821 1.00/1.00 vMB 137
653,861 653,861 000000000000000000001351ab29e28a777735e3dc1ba28447651e1a6b2f903d 2,983 1.00/1.00 vMB 131
653,860 653,860 0000000000000000000781a7b356d6a1f76f05c2f88cd37fe5a678101567640f 2,887 1.00/1.00 vMB 157
653,859 653,859 0000000000000000000a4a76d5fd070a08042e2ea90f171a426cca507a1a9b81 3,097 1.00/1.00 vMB 128
653,858 653,858 000000000000000000012df118ac03051e8840ac039dd6ed51a05ecfda7a82b5 1,700 1.00/1.00 vMB 131
653,857 653,857 0000000000000000000a4a7f6b3f71090193c6baa860bc77c15416aecb665330 2,955 1.00/1.00 vMB 134
653,856 653,856 000000000000000000088de8ce111ee93eba3383795f10fcf22b5162a3e83566 3,015 1.00/1.00 vMB 150
653,855 653,855 00000000000000000009201cd7c70d1088e6d9c5c8e70f1160abc438cef64b86 3,142 1.00/1.00 vMB 150
653,854 653,854 0000000000000000000dc8e5100d20f090d7646d75ed5878b881da407a7dd7c5 2,266 1.00/1.00 vMB 142
653,853 653,853 000000000000000000050cc1a88f288baede274a0b813ae4f592ed03e914943a 3,040 1.00/1.00 vMB 176
Previous 10 blocks ↓
Total Size: 782.58 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: 671.33 GB
    • Received: 15.91 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.