Loading Tool

Explorer IconExplorer

Memory Pool

46,869 transactions
28.80 vMB
0.08470430 BTC
Random Selection Loading Transactions
Max Size: 153.15/200 MB

Candidate Block

Mining Attempt ff4ff60fbffc6a05ea846e270f867d40d0d8ab19218ad139f5d472cd5cff1cf6
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root 89692ff32902a3c908f302812820301f0c0a704d463585eae7f86adbac83dca6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,077
Size: 1.00 vMB
Total Fees: 0.02989889 BTC
Feerates: 151.16 > 3.00 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (451,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
463,793 463,793 000000000000000001d531e84bee9dbdecb1bc82d268706c05f4d30520cf1401 1 0.00/1.00 vMB 0
463,792 463,792 00000000000000000213a57e5c91b5bfd5e2f3a06b8e4ab99610ddc57d01ded2 1,821 1.00/1.00 vMB 135
463,791 463,791 00000000000000000037c460455df9507d12f623614c4fe5a3aa158935fa394e 2,335 1.00/1.00 vMB 162
463,790 463,790 00000000000000000069ad84702eaabf505668a4418bc8c18cdad0d27afbe0c6 2,203 1.00/1.00 vMB 187
463,789 463,789 0000000000000000001deb58c66d04e39b877e0fc71fcb74ce925c8e08f9e8a3 2,554 1.00/1.00 vMB 216
463,788 463,788 00000000000000000108ed60d096a2795862682ca3829e0e1b0aefd65cc3fd53 2,689 1.00/1.00 vMB 227
463,787 463,787 00000000000000000007c59dd92445dbc24ef808524fb18513d7525c45e25f96 1,968 1.00/1.00 vMB 231
463,786 463,786 00000000000000000058ee214db571cb8cc7eb2d884082cbfdc846b74ebc732c 2,295 1.00/1.00 vMB 145
463,785 463,785 00000000000000000216f45d171785287571d7a0e0c2e77e518f5ce8ac83e4c1 2,365 1.00/1.00 vMB 202
463,784 463,784 00000000000000000005ca61dbf3a85654908223f7e1bc6032d493c9c264444a 2,301 1.00/1.00 vMB 300
463,783 463,783 000000000000000000a927c56528187c969995ad8222d93520f884f77e99171c 2,027 1.00/1.00 vMB 180
463,782 463,782 000000000000000000c29f26c3ff445bd4679ecdb1030ed50e3140e67ca2f300 1,807 1.00/1.00 vMB 188
463,781 463,781 00000000000000000186d90f0c30754887b6486f5b884d979f0197499facf8aa 2,407 1.00/1.00 vMB 283
463,780 463,780 0000000000000000003161d7300187337ebd5fa535f82287e0d207e4b0515c79 2,695 1.00/1.00 vMB 268
463,779 463,779 000000000000000000b6be02ca2ed38e2682096a1f2abe2856f2c44fb45fd9cf 2,047 1.00/1.00 vMB 148
463,778 463,778 00000000000000000006e8a96950cd821283c911460367360298eb213d2d3b75 1,917 1.00/1.00 vMB 208
463,777 463,777 000000000000000000d8d0b1f40697d92688ec201a1d844282328a6b89f39326 2,206 0.99/1.00 vMB 161
463,776 463,776 000000000000000001cb996ed4128063c4ef6746ddbfd6a85f90e3bc7b8a8c46 2,113 1.00/1.00 vMB 222
463,775 463,775 00000000000000000172a735d33aa2b6325f0592cab2e1f7ba3ff4b9aa3a1250 2,615 1.00/1.00 vMB 198
463,774 463,774 00000000000000000122ed81379bd4e6ae18316db31191f435a7239e0bfc2ee1 2,940 1.00/1.00 vMB 239
463,773 463,773 0000000000000000007ce534970938e95af02762d5edfadea31d48e73da22c7d 3,010 1.00/1.00 vMB 302
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.99 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.