Loading Tool

Explorer IconExplorer

Memory Pool

48,132 transactions
30.35 vMB
0.10144013 BTC
Random Selection Loading Transactions
Max Size: 161.72/200 MB

Candidate Block

Mining Attempt 7d0baf8f44bd1392427734af5affbcffa2f53f3969310edde0b84e89bd8236a5
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root 956806c3f0d01c23c300f5643beda4493e48e15181361f81656def8b9265b9fe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,204
Size: 1.00 vMB
Total Fees: 0.03927529 BTC
Feerates: 150.97 > 3.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (852,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
62,020 62,020 0000000002db9d69970e2cda9ccfdbc217181fb027360c0a27dc1ccc4ce4ae40 3 0.00/1.00 vMB 0
62,019 62,019 000000000a40772eeba407f4fbc20c0ddfaeac29e574133cf5d217790f1c4ad3 2 0.00/1.00 vMB 0
62,018 62,018 0000000000c7074a170fcfdf650f9688f8ee7adacae0ee4652386ba873640a39 1 0.00/1.00 vMB 0
62,017 62,017 0000000003fc16b16dbceb0e778e05470a7fb5b25f7dc3290fd8d92bd311fe53 1 0.00/1.00 vMB 0
62,016 62,016 00000000099fa4b4316db7f4a00ba70cb840522c2889fe09914f91c34fb0ef22 1 0.00/1.00 vMB 0
62,015 62,015 00000000088a2969a6764b9f882543f68e5b187f7b0931e734c7e186ae9ca98d 2 0.00/1.00 vMB 0
62,014 62,014 000000000e349463c7613526f49ae34453a90a496d076f8001a482cfc9da2439 3 0.00/1.00 vMB 0
62,013 62,013 0000000008f5ab44aa9c5522d6ccbb2aaedff66db426a0bff919c6d474645fdf 1 0.00/1.00 vMB 0
62,012 62,012 000000000e977339d7c5fca65e7a94ecb8e3e541ea576bf710236c21420574aa 1 0.00/1.00 vMB 0
62,011 62,011 000000000bbe1ba27ed6fe903b426b4940c04581ad92bba1185fc837d5a88299 1 0.00/1.00 vMB 0
62,010 62,010 00000000054a533544812ba4957fa22fc04b4fe0295566b3aef4f0c49611fee0 2 0.00/1.00 vMB 0
62,009 62,009 0000000008633b33957797a7338323784df694d77201f73d4ded49735b0135bc 4 0.00/1.00 vMB 0
62,008 62,008 0000000002f844ecbad19c605665d3678b2dfac96a7fc278e2aeff57df574f48 2 0.00/1.00 vMB 0
62,007 62,007 0000000003b7b4084d20719e4f1e57aa67b90e9a1e299e62295e0ba6e100c493 1 0.00/1.00 vMB 0
62,006 62,006 000000000adced7ccd8ad08c6036eba03d171eda9ea0df26d0c19e191586e9b3 1 0.00/1.00 vMB 0
62,005 62,005 000000000362905fde5b6df48f0d1239215bbe5416e3d6cc6e11d17dfd84b8a6 1 0.00/1.00 vMB 0
62,004 62,004 000000000c09c44d75d03e1a79287c7887ba14bf4bd85debd86d2802397cc87e 1 0.00/1.00 vMB 0
62,003 62,003 000000000cfb890b045cf285ba0dfacebeaa256bf818308fcbeab03be980a8df 1 0.00/1.00 vMB 0
62,002 62,002 00000000074f826b5eaeefc99e6c4d4b12b37648776d2297e03ae5b6cc92e58e 1 0.00/1.00 vMB 0
62,001 62,001 00000000014597753c3e08e3b1d191c14dbaf96e6cf5727be128dfd4705b5afe 1 0.00/1.00 vMB 0
62,000 62,000 0000000006dd4bc72daabef992f860e703820de119af3e24a1ea6f6c81521011 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.13 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: 652.39 GB
    • Received: 13.76 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.