Loading Tool

Explorer IconExplorer

Memory Pool

38,430 transactions
28.48 vMB
0.06488859 BTC
Random Selection Loading Transactions
Max Size: 144.18/200 MB

Candidate Block

Mining Attempt 0877b17d435bbbe15d343c829cf4636f8f108db7c8d9ac2e51a058fe26a1382c
Version 20000000
Previous Block 000000000000000000003fff6a7eec49e227358900154aba2d8852eed6b803ae
Merkle Root bbce8dc9456fcb8a1f52918450b968a358eef4b9939fe8cee528837dbdd1ddb3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,652
Size: 1.00 vMB
Total Fees: 0.00989890 BTC
Feerates: 170.94 > 0.99 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,595 (911,516 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
3,079 3,079 0000000048bdd6234a18dd0a752de2ec2b6000a6d51be07db45b33b6441b0e9d 1 0.00/1.00 vMB 0
3,078 3,078 0000000093d83ef0269311b4c3c73e89ed5e1b7bfaddd27cb1442d8086f19202 1 0.00/1.00 vMB 0
3,077 3,077 00000000978739bcc064e4cf7da894ad98f4529e5c93b149cd4b6d134b265d7a 1 0.00/1.00 vMB 0
3,076 3,076 00000000f71567e68faebf55d2aff6d913af2e3a96007d29dd47c40478f3d9f6 1 0.00/1.00 vMB 0
3,075 3,075 00000000135d526c5e8aaf9925bc6f523195862e18de359c4db66e39f01fbed0 1 0.00/1.00 vMB 0
3,074 3,074 0000000046a4798ecce0245d7cadb0cf857639461582a7cebaffb064f7897012 1 0.00/1.00 vMB 0
3,073 3,073 0000000012f193e7e068070ffa7f2f8bc2262ca9db0c115a2bd210ad152e9f3f 1 0.00/1.00 vMB 0
3,072 3,072 000000002a871d6e5cd6d89b551dbc96d992637000bb02ba10140e41bf06ae19 1 0.00/1.00 vMB 0
3,071 3,071 000000002fe533f8072b16630474527667d8b8b6c7ab1b9add74ab68250f623c 1 0.00/1.00 vMB 0
3,070 3,070 000000003e3f906f35b88dcf209aa9678511c09ddfbf966b32603d46fb8ebad1 1 0.00/1.00 vMB 0
3,069 3,069 00000000b3e6909a46f5bc05bf13d417bb049cdbd95f2842072651c91cd31ce0 1 0.00/1.00 vMB 0
3,068 3,068 0000000090a824325eb9cf4106e1b1972881aa1a822384bb9a78e812e16cbced 1 0.00/1.00 vMB 0
3,067 3,067 000000007b308f42e27972faa8cfbdf1c9162f470095346450ca0246ba19e185 1 0.00/1.00 vMB 0
3,066 3,066 000000003adfb72fcea0d3fd535ada443f3ea13f1df23c2c4557a428d09b5707 1 0.00/1.00 vMB 0
3,065 3,065 0000000037c50c38f580c653a41626326789b519c57248b2d8d2315222d6084b 1 0.00/1.00 vMB 0
3,064 3,064 00000000045d342e3048127de12cbeaf890f83f7babb08836a36f8a720f1fe27 1 0.00/1.00 vMB 0
3,063 3,063 0000000078b8ab566d23a6a4a23de549c1a2881f3f6e34d9ddb14fd0d33a706a 1 0.00/1.00 vMB 0
3,062 3,062 0000000024769204efc5142a8376e14458d923a23cd15bb43b38975617803f6e 1 0.00/1.00 vMB 0
3,061 3,061 000000004a03e2ecfe616677f7e4c8542b748e9a76ef1879d283373cb79c9912 1 0.00/1.00 vMB 0
3,060 3,060 00000000ed8f29434b37d0728fccb20680b739bfa82defb5fabe4a7226e769e4 1 0.00/1.00 vMB 0
3,059 3,059 00000000b186dc5d9ca8ceb79eca055689ba70d229d6d1a1230791f6738c686d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.68 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: 628.16 GB
    • Received: 11.78 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.