Loading Tool

Explorer IconExplorer

Memory Pool

35,471 transactions
26.20 vMB
0.08390530 BTC
Random Selection Loading Transactions
Max Size: 132.29/200 MB

Candidate Block

Mining Attempt f45f884f56da268fbaff18b144b982939caeaaf3fe2f50a7a2c1be8e6fbcc569
Version 20000000
Previous Block 00000000000000000000ba672725fc943dfda3e1cdead8a888b3218041ce0745
Merkle Root d2b8b754ae14475e3adbed142bfa914c4a7482dfa128104cd74209c1683e612c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,497
Size: 1.00 vMB
Total Fees: 0.03281461 BTC
Feerates: 500.91 > 3.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,214 (546,862 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
367,352 367,352 000000000000000004012d90fe4882ba7715b9104fdce3c216fd76015c649bd3 944 0.54/1.00 vMB 22
367,351 367,351 00000000000000000d408a430e5175b53059a86b859c9f5b84c95152e8ece4a7 1,521 0.93/1.00 vMB 32
367,350 367,350 00000000000000000d4cff8d6ae73fe1f2b6cfcb60bce157e0a599861fac8d5d 439 0.26/1.00 vMB 25
367,349 367,349 00000000000000000ea1269af35d70013ae4d2f70be3d014118bfef1aa4dbf8d 1,271 0.75/1.00 vMB 35
367,348 367,348 00000000000000001079cccdff447fb9471cf812d656be0819253d1dd6f6e7ba 1,388 0.75/1.00 vMB 42
367,347 367,347 00000000000000000ec0f027220b653e234e4c5de2a43c944f6a9215c6cc5550 503 0.61/1.00 vMB 18
367,346 367,346 00000000000000000233242a461a8d22fe7768b4d4b80fe7fc992388045f1445 752 0.49/1.00 vMB 31
367,345 367,345 00000000000000000b6bd682f18e814a24cbf95c686c95865c26058d0fbf2814 502 0.44/1.00 vMB 15
367,344 367,344 00000000000000000a947873d216a67c1a058c31a0ccdef809c4a4d18f82757a 1,122 1.00/1.00 vMB 21
367,343 367,343 00000000000000000bb531d5dd3cf3443d4785810f30eb93211e0c80708d2139 964 0.87/1.00 vMB 22
367,342 367,342 00000000000000000347a34e87db91049a1a12e37107055aacb8758e3f89ea63 1,656 0.91/1.00 vMB 40
367,341 367,341 0000000000000000092095019b881b494b22c7c66a24a175d7e035d0b2d9a569 1,611 0.75/1.00 vMB 41
367,340 367,340 00000000000000000c435e8825e82c1c89a4a17e5d6e8f042e9c0997986822f2 2,386 1.00/1.00 vMB 50
367,339 367,339 00000000000000000863788c8a8aa59f2f91cb3d45b1c03218505be216b789b0 1,884 1.00/1.00 vMB 37
367,338 367,338 00000000000000000e5a13e0a53f3db9b7ab15cc84b090049a33c84b6dc5a25c 111 0.06/1.00 vMB 28
367,337 367,337 0000000000000000077e98f5b2e8167d1ff1a425299863b2d0c08dfaecd43ffe 1,006 0.61/1.00 vMB 29
367,336 367,336 0000000000000000069a285456c4905058fdc7f96d973e70bc5b198c05148680 1,496 0.75/1.00 vMB 43
367,335 367,335 000000000000000007cd7fd047f670f2bd25aa1951382d9fe5d1f1c51d3e9093 654 0.38/1.00 vMB 38
367,334 367,334 000000000000000009854c9a798ec1ae9fe46c3f4fdb1fd996653f5243a9306c 234 0.14/1.00 vMB 39
367,333 367,333 000000000000000002def4cecd8fec0c1649e3805c6a8efdf8dbbb747af748b0 1,370 0.71/1.00 vMB 36
367,332 367,332 00000000000000000e65b4284b7431a02685de193672a0200acb4badc2ad1780 333 0.64/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 780.97 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 574.56 GB
    • Received: 8.17 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.