Loading Tool

Explorer IconExplorer

Memory Pool

45,818 transactions
30.73 vMB
0.12430092 BTC
Random Selection Loading Transactions
Max Size: 156.50/200 MB

Candidate Block

Mining Attempt 00cdebdff6e4dfb6644617756d5329624e37b3f41b4c8e72e56e4a3f5e2c1b7e
Version 20000000
Previous Block 000000000000000000020406347aaf6e4d01835962e34f5aebaf3a79a389541a
Merkle Root c66e92bd5c638af8f751736c436359e8eaeb55eed964e3b44a6df632d955d712
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,716
Size: 1.00 vMB
Total Fees: 0.05217525 BTC
Feerates: 150.97 > 5.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,578 (270,727 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
643,851 643,851 0000000000000000000abfac6a1f6117965c487767917e21e911afdac4d507f3 386 1.00/1.00 vMB 36
643,850 643,850 0000000000000000000c2b9c6c1c45d65b0ffa9c11074c9f73634c893ff47574 265 1.00/1.00 vMB 32
643,849 643,849 0000000000000000000e47ea5a64c97069abce0e0f2cc6172265b278842047f3 2,078 1.00/1.00 vMB 37
643,848 643,848 0000000000000000000184eea87b74774c32919e842f0ddfb215b455ba0feb94 1,922 1.00/1.00 vMB 95
643,847 643,847 00000000000000000008261bedbb7267b174dce7051b62906831663fe4ce271a 2,044 1.00/1.00 vMB 57
643,846 643,846 00000000000000000006f3eb610a6962a456e38f83d2358bf7943a42f02b2b73 2,249 1.00/1.00 vMB 48
643,845 643,845 0000000000000000000ab4588d1d4c3be84173ad4582b3f60f777ebc70de2376 3,104 1.00/1.00 vMB 96
643,844 643,844 0000000000000000000e909a69a6c5496f5cc54ba7b3bb139f942f20a7d6fba5 1,123 1.00/1.00 vMB 57
643,843 643,843 000000000000000000067a54c01031fec692b6eb7b9feb5a3f5e844e09874134 1,736 1.00/1.00 vMB 95
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
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.57 GB
    • Received: 11.67 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.