Loading Tool

Explorer IconExplorer

Memory Pool

33,041 transactions
25.23 vMB
0.05180292 BTC
Random Selection Loading Transactions
Max Size: 127.71/200 MB

Candidate Block

Mining Attempt 10720c03ad8c6bee215d7340a74013585b5c894aede236fda216ccf736dd5b19
Version 20000000
Previous Block 000000000000000000019dd1c564ae94c30db263064959627df766509c104535
Merkle Root f21ded67a611edae8c5485574f9ba96c85872a997253d1925829e53386f32d13
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,083
Size: 1.00 vMB
Total Fees: 0.00628705 BTC
Feerates: 80.43 > 0.63 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,698 (144,882 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
769,816 769,816 00000000000000000000481bd001209200188eb50c5c171920ffad109cfd94bc 1,980 1.00/1.00 vMB 14
769,815 769,815 00000000000000000004ded4239ef16b169412ba7df58cc914bbf90873260522 979 0.41/1.00 vMB 9
769,814 769,814 000000000000000000063147ce62dbaaea27a45a6e54e58cfa5171ff300b59a7 865 0.34/1.00 vMB 11
769,813 769,813 0000000000000000000750e521dd006dc82ef1a40f078d6543b2832e49cf1926 73 0.02/1.00 vMB 8
769,812 769,812 000000000000000000027af5d926874fa174e8e57cdcb07253ddee8eaad0454f 783 0.36/1.00 vMB 9
769,811 769,811 000000000000000000039ec24e74300177a2292d36b11599d8be52f322811810 2,550 1.00/1.00 vMB 10
769,810 769,810 000000000000000000045dc5c16b1fd13529aebd9c983dcddec02bdf7f0a490b 1,036 0.48/1.00 vMB 8
769,809 769,809 000000000000000000054ee0819f9b5f1456650a92d4b771659329988c2f25ea 369 0.16/1.00 vMB 9
769,808 769,808 00000000000000000003b2697238227a8dac10b38a9a0bb588c89489b0e91167 1,043 0.55/1.00 vMB 10
769,807 769,807 00000000000000000007df9c6d5e9a77750bdd9a23c0ece8e1252db6be302d28 184 0.14/1.00 vMB 10
769,806 769,806 000000000000000000050b9b881e746871abcbdf628eb1aae53a10b1923b70bd 472 0.32/1.00 vMB 11
769,805 769,805 00000000000000000000ccb7af375ca306ed0f5baa368126b1adb7e5e38dd8a5 92 0.34/1.00 vMB 9
769,804 769,804 00000000000000000003b7dae7daf4d6acff2b067b322ba60d2f81b544f8c34d 246 0.15/1.00 vMB 11
769,803 769,803 000000000000000000067b32138b1dd030afe3e69740772e12e7330255193ab7 2,116 1.00/1.00 vMB 9
769,802 769,802 00000000000000000002bef6f41fa28b4d8fe2a3f3d92ad30f675183f6cacaf1 1,854 0.68/1.00 vMB 3
769,801 769,801 00000000000000000001644f344a8154502686ef409e6561e4a8ed3b6489766c 2,665 1.00/1.00 vMB 17
769,800 769,800 000000000000000000025774f0ea803bce71658eabaaa6346b2d8a4772f861dd 722 0.30/1.00 vMB 10
769,799 769,799 00000000000000000001f897315a8af92afc57be53706e453d751f25b19d1c2c 595 0.28/1.00 vMB 9
769,798 769,798 0000000000000000000553844ce70e66c5bf9db16f9aa26654995195c9a059ce 77 0.03/1.00 vMB 7
769,797 769,797 00000000000000000001c2a3cb17e811f4b49ff64f69c93cc9757d1718abd086 177 0.05/1.00 vMB 13
769,796 769,796 00000000000000000004a9623d5f431bd50101ac2bea26b1092228cd16d953ba 696 0.28/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.85 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: 638.93 GB
    • Received: 12.50 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.