Loading Tool

Explorer IconExplorer

Memory Pool

38,711 transactions
31.32 vMB
0.07130768 BTC
Random Selection Loading Transactions
Max Size: 155.47/200 MB

Candidate Block

Mining Attempt 23624d012305abedc09770a7aec9900574792f6adeb647a455edcbcc0d22e70e
Version 20000000
Previous Block 0000000000000000000032f72ad601e73d75302004b04df11dee528b3c1075f5
Merkle Root 8958707b8526ca8dd0e867b79f698e85556b7d46606325f365ac3186377003d0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,483
Size: 1.00 vMB
Total Fees: 0.00640560 BTC
Feerates: 60.16 > 0.64 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,380 (840,743 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
73,637 73,637 0000000000b3fb1f3d5b11e6335f38627b9d1e78baa9e9e9cb70e7c28a6a2b57 1 0.00/1.00 vMB 0
73,636 73,636 00000000005abdf9b301392d5f9c6d7da027f98cf0868af38abeb9e5bfbb96c3 2 0.00/1.00 vMB 0
73,635 73,635 00000000000a71ef57f1770638ccda3468d455e0e6d971bdf577b1b7950df433 1 0.00/1.00 vMB 0
73,634 73,634 000000000071ae700a27c2322383a59848a0e608618ad24b98e522949d9cf942 1 0.00/1.00 vMB 0
73,633 73,633 00000000003cf041a972062252b381029fbf3741f32931db9222c8d4f8bb8d60 1 0.00/1.00 vMB 0
73,632 73,632 000000000041e178b775f0abb9ffa1316b253fae4b9665d0a60e4c64e1b715f4 2 0.00/1.00 vMB 0
73,631 73,631 00000000006516ed748fb6a9e46b36f99107f03feeeaf6f5e0e2026c9a96f6e2 2 0.00/1.00 vMB 0
73,630 73,630 000000000045f396625a68c359c300775f969ed9ab640f3124980696266f1dba 3 0.00/1.00 vMB 0
73,629 73,629 0000000000404112607070a4db383d583992e872629d04910983ce848c311300 2 0.00/1.00 vMB 0
73,628 73,628 000000000048d73e62d9bfc2168b6bf15a6b59a26b383fde90cdb0b9468125fb 3 0.00/1.00 vMB 0
73,627 73,627 00000000008b59dac7c2eb6b6eaa7ec3bba03bdf56d263efe5d57516c16b5219 3 0.00/1.00 vMB 0
73,626 73,626 000000000006b82089928462f9b946c6397daaae5f6f7b5e65dfdf2b2ef4113d 2 0.00/1.00 vMB 0
73,625 73,625 00000000002c48ab55af6cc077c280a358955cf23961e334d9afe1c8c942fc00 1 0.00/1.00 vMB 0
73,624 73,624 00000000008ef96442f4d052463cce78e9fefdb881b3ddfed56d03bf8a8fe1ed 5 0.01/1.00 vMB 0
73,623 73,623 0000000000699a3663eba46c45511d562bdc92f0d2e36c5ad43d75eddb44e96a 2 0.00/1.00 vMB 0
73,622 73,622 00000000006f408a3fc0a9b329d1a64e300cae6e7906530376ec002125c4c2fe 1 0.00/1.00 vMB 0
73,621 73,621 0000000000462a97facbdcb491c679d75282b65a80a4ff27dae8b686bdf6f8f3 1 0.00/1.00 vMB 0
73,620 73,620 00000000000a0d0dbf0da13442e387712837254f62cba39b8447b58f979cb117 1 0.00/1.00 vMB 0
73,619 73,619 00000000006261a60e22a2d92420c872d1e767d5df299d7284462666b3f721f1 1 0.00/1.00 vMB 0
73,618 73,618 0000000000108a2caede155ae02a76b8c26e71582d9e1f615b959965c54ea947 4 0.00/1.00 vMB 0
73,617 73,617 0000000000967f1c0d673e5b291d7b0a2eb6f3992765a7e176127c635a0e2218 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.28 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: 597.38 GB
    • Received: 9.83 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.