Loading Tool

Explorer IconExplorer

Memory Pool

42,818 transactions
33.54 vMB
0.10463865 BTC
Random Selection Loading Transactions
Max Size: 166.47/200 MB

Candidate Block

Mining Attempt 6b4d3f5f581ad8ad92503fa934e14b0e19a6651b99d0026626267bd9b17d86be
Version 20000000
Previous Block 00000000000000000001da7c7d0e2d22bf8ee077eb047284ed5674e23b193a1b
Merkle Root aff103ed42f7929b5a7de785194c73d826d76c438988e497523b581a56a1a888
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,669
Size: 1.00 vMB
Total Fees: 0.03055419 BTC
Feerates: 150.68 > 3.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,559 (736,039 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
178,520 178,520 0000000000000496ab056b7be80ef92c52730822e603e9e58f574146560adfbf 57 0.03/1.00 vMB 52
178,519 178,519 000000000000063c7cf4ddfd6c0ea0bcf4d90063c618df29281d92cb7f2d2b3f 101 0.05/1.00 vMB 138
178,518 178,518 000000000000008c93b34fdd4f7d6c9b8a16fe91032a9af00c382320875f7faa 10 0.01/1.00 vMB 41
178,517 178,517 00000000000009c3e0fbc95e95c83b1e671be5c12af57c1cc7f95a02ed476560 42 0.03/1.00 vMB 87
178,516 178,516 0000000000000527abac8a9f2bf6f2e100ea83e0d6199db2452fc27cd84c74fb 4 0.00/1.00 vMB 0
178,515 178,515 0000000000000a56d971afbf327126d6d291e81794bc09a0af5f72adbcac5e1d 126 0.06/1.00 vMB 117
178,514 178,514 00000000000007bb877bf8aa079928d1c3aeb4964f25b48a78f553b1b578cbea 66 0.02/1.00 vMB 81
178,513 178,513 00000000000008c1235eee2d99925717ce98c6f5b10b8f14ff54348ff153fe94 61 0.02/1.00 vMB 105
178,512 178,512 00000000000000ca7a4f9a45645b06c3ba953bfe8f125fa59e5f26fd22b03807 84 0.04/1.00 vMB 76
178,511 178,511 0000000000000ae809840b7506abb201add175d531c066bbcad96c330e175ee4 170 0.05/1.00 vMB 81
178,510 178,510 00000000000007409ae7f8808b6b591a9b915466ad2f76ed3e1b59c089a7b9ab 169 0.07/1.00 vMB 113
178,509 178,509 00000000000007dc8f129a9e8d86bb573da5f74d67b940d4a6af87a66606a2b8 1 0.00/1.00 vMB 0
178,508 178,508 000000000000061135bc692aea1f7fa31e59444e65a1a961d481d708aafcafea 96 0.05/1.00 vMB 158
178,507 178,507 00000000000003aa6d6a9534986c2db9c26cb4c9b8fe17cad993cc4dbc7f3e69 15 0.01/1.00 vMB 62
178,506 178,506 00000000000001653cac102da16a355c97e673bdfa9d2f1c066351fe20d9bf6d 43 0.02/1.00 vMB 129
178,505 178,505 000000000000066764eadae0474d5f09009107e3508bc3931ac28c9781893720 97 0.05/1.00 vMB 64
178,504 178,504 0000000000000988552be17f36d620c259c7a9de2aa7356b4f2d89deb2b1c025 24 0.01/1.00 vMB 73
178,503 178,503 0000000000000afa6f9c7cf850b8aca527e82532146050590688c850a2b6eb6b 11 0.00/1.00 vMB 42
178,502 178,502 00000000000008ccf28274e413435cddc592fdf22b28b78fdcc40ee8bfbd11bb 22 0.01/1.00 vMB 74
178,501 178,501 0000000000000644eac1da9d0beb13e0d8fdbae8bb9a4fbacd8ec245386bf30f 24 0.01/1.00 vMB 66
178,500 178,500 0000000000000920e795905e4d432dc1e039f31f304277287c1c35316405ff64 14 0.00/1.00 vMB 309
Previous 10 blocks ↓
Total Size: 781.60 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: 623.97 GB
    • Received: 11.52 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.