Loading Tool

Explorer IconExplorer

Memory Pool

44,646 transactions
26.63 vMB
0.05933460 BTC
Random Selection Loading Transactions
Max Size: 140.92/200 MB

Candidate Block

Mining Attempt 26e1f52b862e383babace9d4939860951c7cfd96d745e78a69d839c47aaea308
Version 20000000
Previous Block 000000000000000000013fd7066231f224b9ddf7e4711069a5d4cb70e9c36f65
Merkle Root 15ccb814279dd135633b6bd7e3d279b13e515c89faee3e1db28c15e6aa7cc281
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,328
Size: 1.00 vMB
Total Fees: 0.01020189 BTC
Feerates: 101.72 > 1.02 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,783 (353,873 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
560,910 560,910 00000000000000000027f7e8b7db6014592208b963f77390fa4896e3b2490aee 1,888 1.00/1.00 vMB 46
560,909 560,909 00000000000000000004da875bff9561548eafca145aa4d91290f691dbe192e6 1,520 1.00/1.00 vMB 51
560,908 560,908 00000000000000000010bfd3b66ca3398c24706cfb604929aed5777bea038a4c 1,242 1.00/1.00 vMB 93
560,907 560,907 00000000000000000007690771910ebd512179114bcf590f58d0c8d25689728e 2,328 1.00/1.00 vMB 3
560,906 560,906 0000000000000000002ef45f70bd49243735f42240c8b233869ebb2e66f90020 2,201 1.00/1.00 vMB 9
560,905 560,905 0000000000000000002a2ae3238ecffcda8a8407227a2fb92ec33b093c4bfd42 2,648 1.00/1.00 vMB 32
560,904 560,904 00000000000000000003e89eaa0d8fa639fc5385d2c08685fbfde8cd128262ac 2,514 1.00/1.00 vMB 4
560,903 560,903 0000000000000000000744e1c6f7a210dc3d58096976904d74f98a3a327d03ea 2,774 1.00/1.00 vMB 14
560,902 560,902 00000000000000000003d5acef0873cfa964d9cbb6721aa5b2f01c43bcc9e2a7 2,146 1.00/1.00 vMB 11
560,901 560,901 000000000000000000100860b2615c182fd97a6a36b9e6f1ee6d0a3bec7fd198 2,154 1.00/1.00 vMB 11
560,900 560,900 0000000000000000001da7b6bb2f2dad5026310f4ad33c7fbe087c2092c2aa90 2,955 1.00/1.00 vMB 39
560,899 560,899 0000000000000000002d7d715c382f45f08c86af4ae0e7dbf39e8b0d40d19448 1 0.00/1.00 vMB 0
560,898 560,898 0000000000000000002cab19aea469b06a1ef52780d465754b46f84a4d8007b4 2,303 1.00/1.00 vMB 26
560,897 560,897 0000000000000000001a365b64b7c5a225661a391a611fad2098a1f2d73dd2ac 2,602 1.00/1.00 vMB 8
560,896 560,896 000000000000000000181606fb6b5a9d9dc93c14d43a217b1308a848bc201f35 2,423 1.00/1.00 vMB 12
560,895 560,895 000000000000000000262ec21ecfca58046257bc29efb8bcc1fcad9319b95697 2,604 1.00/1.00 vMB 16
560,894 560,894 000000000000000000277e150b94157ac3fca3713a748b4375052b4e4d097128 2,514 1.00/1.00 vMB 43
560,893 560,893 00000000000000000017a5b908abe1c74e6fa85ba76bf148c9261f62076fa36e 872 0.31/1.00 vMB 16
560,892 560,892 00000000000000000015ec6291e50a428f0d81d8f783b2f78a028026622fc5c1 536 0.19/1.00 vMB 19
560,891 560,891 0000000000000000000531b5002ebcae7cdfaede5db4adfda0c277a050d8894e 1,665 0.58/1.00 vMB 9
560,890 560,890 0000000000000000000c6c07de10cf3521fdfb550de763172e634bbf0f254381 2,612 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.00 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: 648.95 GB
    • Received: 13.11 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.