Loading Tool

Explorer IconExplorer

Memory Pool

76,012 transactions
28.41 vMB
0.06691535 BTC
Random Selection Loading Transactions
Max Size: 172.05/200 MB

Candidate Block

Mining Attempt 1e66c8c0e5ea66f47d73e5c5bb4cdc398439d7ab032448882b2372670e5967d5
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root bd3b9f591cb7f0a53a7f81f77e619a1f3a4374cf3e02f1aaeb381de4d47b085f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,642
Size: 1.00 vMB
Total Fees: 0.00811163 BTC
Feerates: 101.00 > 0.81 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (309,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
605,781 605,781 0000000000000000000616481d78f83f7823dc5da3fcb345dd6578abce26187c 3,236 1.00/1.00 vMB 23
605,780 605,780 0000000000000000000f3a3dc89d1e2436cf062dcb074d5a158bf6a901ff51e7 2,953 1.00/1.00 vMB 18
605,779 605,779 000000000000000000138d10b2753c47219d6b55558667a7881072603431d524 2,377 1.00/1.00 vMB 20
605,778 605,778 0000000000000000000c851ff29cfbeb9609e96948b78ccc9db9120231753eba 3,486 1.00/1.00 vMB 31
605,777 605,777 0000000000000000000ccb25ec28e5453c24cb34200e8d65bdc4753fe5be687f 2,953 1.00/1.00 vMB 25
605,776 605,776 0000000000000000000301b834d6c80d4044a997a96bd985a0c9de45b4f4888c 3,098 1.00/1.00 vMB 28
605,775 605,775 00000000000000000012d4ef6704a21b3dc2e8a785ea539a1c4ad6d67270136d 3,291 1.00/1.00 vMB 26
605,774 605,774 000000000000000000090c5815745b31ff340403ea3c827986bfdb955311f40c 3,105 1.00/1.00 vMB 38
605,773 605,773 000000000000000000099b63a8e621c099e86396468bc0565eacc9b13bafec2b 2,983 1.00/1.00 vMB 38
605,772 605,772 00000000000000000010b8abbebe50b25b2fc3bbb33384691620577b81a5a8af 2,850 1.00/1.00 vMB 29
605,771 605,771 0000000000000000000f16bb29ebb749e514ce987a26d738cae96444714c6246 2,696 1.00/1.00 vMB 40
605,770 605,770 000000000000000000001852f248c5c41312e787c112bd468da4fa4830a66118 3,021 1.00/1.00 vMB 19
605,769 605,769 0000000000000000001282574d5f8d9f9207f8839b7565194989edbd89102087 3,374 1.00/1.00 vMB 31
605,768 605,768 0000000000000000000ff2ebc7875ba5686e2dfe49ac10d21fcc3059d2efc3cb 3,014 1.00/1.00 vMB 36
605,767 605,767 0000000000000000000ebcc85d2f3d710ae54fb54060e5786edd4c5c2fcecf32 164 0.04/1.00 vMB 18
605,766 605,766 0000000000000000000c3d2fcf61d40cd399c0dc7b1fc18ca3adb1d600090be5 1,429 0.57/1.00 vMB 16
605,765 605,765 0000000000000000000f035fa895ebbd508399eb3ea0b33eb3114cbf2c1fba9e 1,361 1.00/1.00 vMB 2
605,764 605,764 0000000000000000000304150b2eb5b9064ae93a92eaa461b1972241ee95d810 2,717 1.00/1.00 vMB 8
605,763 605,763 000000000000000000121a873f5bf9ce4569e823fe782d8b0ddfb89a0a9eb38c 1 0.00/1.00 vMB 0
605,762 605,762 000000000000000000155f2ecd695d292f3003fab40e90c137ef72fc33c65815 3,106 1.00/1.00 vMB 28
605,761 605,761 00000000000000000000e4bc56b9ad6dfab7256b44173b4ed225fae6229d5a53 2,800 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.