Loading Tool

Explorer IconExplorer

Memory Pool

33,301 transactions
25.11 vMB
0.05012317 BTC
Random Selection Loading Transactions
Max Size: 127.35/200 MB

Candidate Block

Mining Attempt 6f339837ea0ba34f46189ef57e9492f72d56fa0b01f6eb21a68dedf4166e216a
Version 20000000
Previous Block 00000000000000000001e8574b0c11cdfe175c522ad4fe67fe83458fce5e8ea3
Merkle Root 5dd79b84871c7e577421903775d638e0e252b6b5e0d8b19988d95ec9ab6523af
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,625
Size: 1.00 vMB
Total Fees: 0.00493884 BTC
Feerates: 40.21 > 0.49 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,670 (528,641 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
386,029 386,029 0000000000000000090e8ac3a3dcfd8969b03ed3a6310bbb9381f6da9937d876 1 0.00/1.00 vMB 0
386,028 386,028 0000000000000000037f5933a63d9b510f700759d92c793fd46844889b8cd058 1,284 0.99/1.00 vMB 24
386,027 386,027 000000000000000005cda22c392d47c895cd12f292f16b7eba32951dea80863e 1,678 0.99/1.00 vMB 37
386,026 386,026 0000000000000000037fd84ed9d5096f81c006dd8c76c25b8ec241a4fb0dc8f5 1,315 0.93/1.00 vMB 25
386,025 386,025 00000000000000000bac18ad75980b48cb2d19751378e3416831aceb930d221e 2,174 0.93/1.00 vMB 33
386,024 386,024 000000000000000007a97948ea3cfc15a20032c4dcf8a0b048ecff382236de79 1,719 0.93/1.00 vMB 33
386,023 386,023 00000000000000000dfe2cae32425a3a79c0bc11115237deb38645a4fa29c593 1,920 0.90/1.00 vMB 40
386,022 386,022 0000000000000000068920fe330b20ff2dfc8504ad4c46df4b96dd9d8f0105a9 2,306 0.95/1.00 vMB 42
386,021 386,021 0000000000000000080de823224c8bcf46f7c5f792611cbad9b36b85523a9020 2,760 0.99/1.00 vMB 52
386,020 386,020 00000000000000000cd9cfd1c4b88a4f8631a39125787433da5bce587290a0ac 1,977 0.99/1.00 vMB 25
386,019 386,019 000000000000000001b26f56c80d75cd9568ff6fc94a2377d9ee7054b05a0f2e 2,797 0.75/1.00 vMB 69
386,018 386,018 000000000000000009b1612cc2c6265dba6d50697958bc0fa444dadee67d4fb8 1,840 0.91/1.00 vMB 45
386,017 386,017 00000000000000000a0e8a715b02f14f54df4125876885951929a9fdab71c566 776 0.32/1.00 vMB 56
386,016 386,016 00000000000000000ef57b04baed53c5e3c99ea7cb7257c2a50e142e40221d86 1,263 0.87/1.00 vMB 25
386,015 386,015 0000000000000000012fa33c11dad5f9b4e0af154855b63bc4c5627db5ae6cb1 115 0.07/1.00 vMB 21
386,014 386,014 0000000000000000032ccf8189ad7cd9d9885417e6ddf06065e49df824831827 927 0.99/1.00 vMB 18
386,013 386,013 00000000000000000a870be691269c3091f5674edfa4a1bddd1e78c1cf541e0f 235 0.10/1.00 vMB 38
386,012 386,012 000000000000000003aa57d810e58948ff9217d3ceac3a74baa0318c2cc3b915 2 0.00/1.00 vMB 0
386,011 386,011 00000000000000000ef40da929542f90611aba6a3388c5209be001ecd28db79e 1,012 0.75/1.00 vMB 20
386,010 386,010 00000000000000000763a1e66c119105a23302d47334b6b403a70a507740e397 1,449 0.89/1.00 vMB 42
386,009 386,009 000000000000000006560ea763a9cad1234b8b990ce46f2a589e3d676cc9dac4 3,073 0.95/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 781.81 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: 634.88 GB
    • Received: 12.27 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.