Loading Tool

Explorer IconExplorer

Memory Pool

38,318 transactions
25.91 vMB
0.05149798 BTC
Random Selection Loading Transactions
Max Size: 134.35/200 MB

Candidate Block

Mining Attempt d5d837f344735677fc233f1e336935e46ba7839ac574aaaf6837f43c8dbf46b4
Version 20000000
Previous Block 00000000000000000001827e1f65c9b8b332295eae82c9b3b729a3d5853fffe5
Merkle Root 15e84d941203d6112db55a7fc7b0d405ff26b03c3cce5ed10ae23318496228b8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,954
Size: 1.00 vMB
Total Fees: 0.00426577 BTC
Feerates: 60.16 > 0.43 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,933 (535,444 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
379,489 379,489 000000000000000002faa01d2dee4ffb1fffd2e70fb459fe1eb0205d5788d91b 1,416 0.75/1.00 vMB 33
379,488 379,488 00000000000000000ac5db742b1bf87e18caae30449dfdde3b895f80be05b884 213 0.31/1.00 vMB 19
379,487 379,487 0000000000000000115e2ba4b2ea23b1b78e111cf92a8abee0ba0b1ebc28c17a 1,412 0.75/1.00 vMB 32
379,486 379,486 00000000000000000ebc6af510eaac575bb2fd161664e7c15ad9981428c2e50b 183 0.12/1.00 vMB 17
379,485 379,485 0000000000000000091cf32975e6e61d45382c733351673ba8628c642d68556f 1,964 0.96/1.00 vMB 33
379,484 379,484 0000000000000000010672dec363fafab6bf2b875dd99e2b12ba1316f14e93f8 322 0.21/1.00 vMB 15
379,483 379,483 000000000000000011bea9e220656009b954c59043680a96e23aa66bcea94166 1,918 1.00/1.00 vMB 36
379,482 379,482 000000000000000006391a0553f9e5fdc71a21fb6512663e729e1b6a1048e853 117 0.10/1.00 vMB 16
379,481 379,481 000000000000000009733f86e9b8ca2952337d55311b2ac5feb7d0fcd34ea973 360 0.25/1.00 vMB 28
379,480 379,480 00000000000000000a42ded3e5b9a137c080a9527a15481a68e1a7a019ffa1ae 1,145 0.55/1.00 vMB 48
379,479 379,479 000000000000000002f115b8536edf976e4b71cdd5ae988cd99a4ff1f3e63d58 1 0.00/1.00 vMB 0
379,478 379,478 00000000000000000286409e3efb3e7c0653be26472f19089dbee4861f08e0ad 119 0.95/1.00 vMB 5
379,477 379,477 0000000000000000099efaab37027ac5a96d0330f238734d0289bf5ca15b8ad1 166 0.10/1.00 vMB 27
379,476 379,476 00000000000000000f7e94c57ff21aafc7529c0fe0c529e3c1c82bc77e39ee2a 673 0.28/1.00 vMB 43
379,475 379,475 00000000000000000209e2aa8f2ff7f3828219af7413ccc2073c94c408c93ed4 266 0.58/1.00 vMB 11
379,474 379,474 000000000000000003353bd2579de3c63343012fb2e1ac849b3b8ffd6befc01e 1,176 0.75/1.00 vMB 27
379,473 379,473 000000000000000005065118b6ea7cf28549b82e6cd2db3bf818ee42bc7ae5a0 2,685 1.00/1.00 vMB 52
379,472 379,472 000000000000000001acf825a1b2738acbb1dda5a0cabcad87ae4083cbfae3e5 915 0.41/1.00 vMB 43
379,471 379,471 00000000000000000e5db5de0d69a039d98d04b15ee3b1817d8181c6090e422b 1,087 0.75/1.00 vMB 25
379,470 379,470 0000000000000000120ee1d1c4d83c052cb42998f5c9682b409422dc633b6500 610 0.43/1.00 vMB 28
379,469 379,469 00000000000000000c0111e2f006d505a2c97b3dff29fd17c27c7708a4189bec 1,403 0.64/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.27 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: 656.06 GB
    • Received: 14.38 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.