Loading Tool

Explorer IconExplorer

Memory Pool

45,604 transactions
28.40 vMB
0.07194847 BTC
Random Selection Loading Transactions
Max Size: 150.92/200 MB

Candidate Block

Mining Attempt 62c0c764f8c68a011cacf7159dcc83f2f91bc51f74b280f692c3ec0c2802e60d
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root ad386feafb8e46d16d815e547b7acd4361f7d2440064cf2d0e2866b88b351776
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,639
Size: 1.00 vMB
Total Fees: 0.01819331 BTC
Feerates: 100.23 > 1.82 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (345,066 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
569,777 569,777 000000000000000000023cf9b484f89c0131b24060c6dcdaff4dbd23cbb050f0 2,739 1.00/1.00 vMB 57
569,776 569,776 00000000000000000027572342723da2f0f928d66e69c66b7b116d60e9f43804 3,405 1.00/1.00 vMB 68
569,775 569,775 00000000000000000012c808d385adc44c04f661bd9b7da86c8c5880b797abcd 2,765 1.00/1.00 vMB 71
569,774 569,774 000000000000000000256875e78fd948add46b88728943832df346f610289ebf 2,187 1.00/1.00 vMB 49
569,773 569,773 000000000000000000290b89f722a5377fab79c08012794c0644769546653a41 2,550 1.00/1.00 vMB 52
569,772 569,772 000000000000000000027718fd4c39e9bfdf688c8226b4f85fdf0b3bcfad3df5 3,188 1.00/1.00 vMB 54
569,771 569,771 00000000000000000007ab4c07386001a4d99fe53a12fd81693b3ee0019a4f7b 3,004 1.00/1.00 vMB 60
569,770 569,770 00000000000000000018145967e4e8c55553cf2a90ff1e67de0b16f4979fb4c5 3,222 1.00/1.00 vMB 75
569,769 569,769 00000000000000000014715327ddf658fd22cbdd96c93650d51a16bc7fc55b94 2,999 1.00/1.00 vMB 79
569,768 569,768 00000000000000000007cdb447d3be34ffbdedcf3fff89c04e0ab9bcde09de3d 2,662 1.00/1.00 vMB 57
569,767 569,767 0000000000000000000d8a6b25ebbdf9a3c4beead8ec2bbd8f62dba8b8bbb166 2,551 1.00/1.00 vMB 57
569,766 569,766 00000000000000000029c64b2790f165340f873dae1d4ac9ec84d1b23666f1db 1,294 1.00/1.00 vMB 53
569,765 569,765 00000000000000000002fd3b05c261f1b845fca15d4383623c92a11f15f87908 2,863 1.00/1.00 vMB 67
569,764 569,764 0000000000000000000c8e5fe9c87f01344671f5c85c3f91658d370f6581ffe2 1,583 1.00/1.00 vMB 47
569,763 569,763 00000000000000000005a3e78c165efad54780e3b5f75a8d877673fcfa076d58 2,551 1.00/1.00 vMB 52
569,762 569,762 0000000000000000001e29c63290e1d4cbdaea00f961390ca705e2944a1e66b4 3,041 1.00/1.00 vMB 68
569,761 569,761 00000000000000000010e3f665290275642123965baa8df46ee4a019ca2a871a 1,914 1.00/1.00 vMB 54
569,760 569,760 00000000000000000029cdb22545f8d57f27f9c02bfe6ffb6e49038c7e14a334 3,198 1.00/1.00 vMB 60
569,759 569,759 00000000000000000026d15f4facd28cee31b703f8db19a4d1a412017a2d27cf 2,817 1.00/1.00 vMB 62
569,758 569,758 00000000000000000015be73cb13df4405ca4db93db63d28d667bdbb7c6b238b 2,950 1.00/1.00 vMB 56
569,757 569,757 0000000000000000001d9d7bc0aef091ec10eed9a9fa8e89304c873ac2579fb9 3,046 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.11 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: 651.97 GB
    • Received: 13.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.