Loading Tool

Explorer IconExplorer

Memory Pool

42,580 transactions
29.07 vMB
0.07561592 BTC
Random Selection Loading Transactions
Max Size: 149.40/200 MB

Candidate Block

Mining Attempt 7110fcc09d741076a7e506fbfbc790a248ffa8270dc5f2bc1cbff7a6c65ee509
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root 641f4d759f30bf3ae9b416e855514ce4d1d8cf594023aa58650a3bb099f59376
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,790
Size: 1.00 vMB
Total Fees: 0.01885500 BTC
Feerates: 150.75 > 1.89 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (270,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
643,842 643,842 0000000000000000000b8057810d5bc820e09acf02296cb2aef0a33221d82d00 2,760 1.00/1.00 vMB 14
643,841 643,841 0000000000000000000cafed93e3437b84ee17df38e46e917d264f4b413973a7 2,713 1.00/1.00 vMB 62
643,840 643,840 0000000000000000000a355e88f4b2c3a4b7f559e2ad1a833fe6128af4a03171 2,564 1.00/1.00 vMB 43
643,839 643,839 0000000000000000000ec181b9a36589466969aefb5f70d80c1fa37e40c41c18 2,591 1.00/1.00 vMB 108
643,838 643,838 00000000000000000001df2e65229cef11ce3b0d07841491cf39ace1bcdcb574 1,680 1.00/1.00 vMB 66
643,837 643,837 00000000000000000005898e095495f23c6bdcf6d5f72855d4aaac7c90af8d35 1,725 1.00/1.00 vMB 54
643,836 643,836 0000000000000000000fdfe3e4356eb76d5f436efbbc57ab7946ab79e10962d8 1,151 1.00/1.00 vMB 1
643,835 643,835 000000000000000000099c0761745573e1ca765e5649254e0d5022be907b2a14 2,241 1.00/1.00 vMB 51
643,834 643,834 000000000000000000024d2389ecd9f7c01cb5dbfbf5c4a8fe7836611ffd0f97 2,563 1.00/1.00 vMB 45
643,833 643,833 0000000000000000000ac7b992dad3f2af1f4d821518617f6e3735ac81848a64 2,281 1.00/1.00 vMB 26
643,832 643,832 000000000000000000012a5e06f78b177a33f2e9bb44d81001b6ecbabbc88c99 2,598 1.00/1.00 vMB 24
643,831 643,831 00000000000000000004360f794d1970ad8a726f286f990cb87aae64f01c8179 2,296 1.00/1.00 vMB 33
643,830 643,830 0000000000000000000966dece0671345bb2e679f2de5abb271ba5bc6b894556 2,419 1.00/1.00 vMB 12
643,829 643,829 00000000000000000006c6e593775413b71081102baceb8b1d3ce79961048003 2,370 1.00/1.00 vMB 66
643,828 643,828 0000000000000000000fe9918e72c1a677653c24f838b9057ca180528b6a51b3 2,421 1.00/1.00 vMB 103
643,827 643,827 000000000000000000013a7954b2da71fed8deb0beac495f1837d505887fbcbe 2,241 1.00/1.00 vMB 22
643,826 643,826 0000000000000000000b450c6ea780c985b197843db0f68690f5173879ca4a90 2,042 1.00/1.00 vMB 56
643,825 643,825 0000000000000000000d71d889fa8f4958408d1f5a2824a445321550917590e7 1,579 1.00/1.00 vMB 94
643,824 643,824 0000000000000000000426af7e9d1427fc5717bd3ac4b4b71ed4d79dfb9ed658 1,864 0.82/1.00 vMB 34
643,823 643,823 00000000000000000008ccccf020f90eeb0f422f1c8ca4f88c7e0eb91288f18c 1,991 1.00/1.00 vMB 9
643,822 643,822 00000000000000000006b6d5828637e5dbadf895f3bab63f440af84688b52a98 2,561 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 781.70 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: 629.17 GB
    • Received: 11.88 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.