Loading Tool

Explorer IconExplorer

Memory Pool

49,920 transactions
30.03 vMB
0.12440252 BTC
Random Selection Loading Transactions
Max Size: 160.85/200 MB

Candidate Block

Mining Attempt d1ba8ef4ad014ca9df38248d8b2ecdac98a08469d23b6c6fd57f560a42027c9f
Version 20000000
Previous Block 0000000000000000000076b83b1d6ccdb00623eb84fa22f3fb18eee6fe467774
Merkle Root db377537c29ed9a608f0ed938569869db24f7424c8f87a63efc0494fa69a5a5c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,507
Size: 1.00 vMB
Total Fees: 0.06057764 BTC
Feerates: 132.00 > 6.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,829 (261,798 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
653,031 653,031 00000000000000000005b5f974ff18062f737098fe0760b4c7fec6e14bbb1d74 2,716 1.00/1.00 vMB 86
653,030 653,030 0000000000000000000085db02025979c2b98aad54d85f70b63f0605abe99935 2,725 1.00/1.00 vMB 59
653,029 653,029 00000000000000000004a9ae71b5f6b76434447e87c831a8c521a4b8d989859c 1,890 1.00/1.00 vMB 63
653,028 653,028 00000000000000000000a159242f59a1ef7342c6aaae46efe8ddaa8712ab1274 2,978 1.00/1.00 vMB 84
653,027 653,027 00000000000000000006197469d0f9c33af1da2bda45f12f57338791e4280431 2,701 1.00/1.00 vMB 63
653,026 653,026 0000000000000000000652b32c2550c3c521a2e13641b704f58f54dcbfb5ebac 2,316 1.00/1.00 vMB 22
653,025 653,025 0000000000000000000006cf6aa7381853e4e5cf9c88e02d1f7504072c9a068c 2,718 1.00/1.00 vMB 49
653,024 653,024 000000000000000000051b3a0aab32a353c4c34cb94eacf3e9d46c8b5176efcc 2,602 1.00/1.00 vMB 44
653,023 653,023 0000000000000000000b4e4165fbdf219710aaa8463c344a461faeabe105594f 2,905 1.00/1.00 vMB 70
653,022 653,022 0000000000000000000dac674d857337b14e86414f481db12461d5ba2f17165a 3,060 1.00/1.00 vMB 80
653,021 653,021 00000000000000000007b3f2f4e3f1c0a53b54895ebf9798fc03c08a0eccc143 2,814 1.00/1.00 vMB 91
653,020 653,020 0000000000000000000ae2cf436c891444010c8529cc57cbbc49dd507af5c8df 2,576 1.00/1.00 vMB 53
653,019 653,019 0000000000000000000d5a0f8473ca37a98b2e67fe2bf65189c13a0c2c0b6bba 1,492 1.00/1.00 vMB 36
653,018 653,018 0000000000000000000e92ec0a28da1a868119b816009a76096b330af25acce7 1,562 1.00/1.00 vMB 43
653,017 653,017 00000000000000000001936073d45beb55bbd0a495f0ca72a7e6c57ed7e0f7e6 2,167 1.00/1.00 vMB 46
653,016 653,016 00000000000000000006d9303557a8dc2909ccadadb735a39e0b30faa03ff257 1,851 1.00/1.00 vMB 48
653,015 653,015 0000000000000000000bac54bf7eb70e03a60b42ef94d88a035a7f0943088c2b 1,031 1.00/1.00 vMB 54
653,014 653,014 0000000000000000000c71843cb6b0ae751e202f312727c687e453054772ae13 1,684 1.00/1.00 vMB 71
653,013 653,013 00000000000000000003ef3e7ffa55db0e7a6994bd8c9fed181a1894e184798a 1 0.00/1.00 vMB 0
653,012 653,012 00000000000000000001fa66d35ba79424deefdb83d5a035b2f02dcb0a134cee 1,465 1.00/1.00 vMB 58
653,011 653,011 0000000000000000000d51b104ed3f669739b0a5166d27657a834135c9c64c7d 1,677 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 782.09 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.46 GB
    • Received: 13.58 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.