Loading Tool

Explorer IconExplorer

Memory Pool

44,466 transactions
28.49 vMB
0.12162374 BTC
Random Selection Loading Transactions
Max Size: 148.21/200 MB

Candidate Block

Mining Attempt 15b939c3b1577ab38ebbd28dd6014c1f2a3b09a3dd1c80c470fd93066ba89cb6
Version 20000000
Previous Block 00000000000000000001ba294a1e5c8ead048e94ebd94561d85b6bcbd1b10899
Merkle Root 2621fa0c8a03e94bf74fd7b71bdc0e19e4a718ca168c98b4c8219ce8b0ae9f81
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,518
Size: 1.00 vMB
Total Fees: 0.03333488 BTC
Feerates: 78.42 > 3.34 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,709 (502,522 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
412,187 412,187 000000000000000002c6610c0764494a426e68f2cf09ec93a6ceb31af4334603 1,138 0.99/1.00 vMB 28
412,186 412,186 0000000000000000028cc649f138787f379cdb5fee1f6314f6ba8da08a447d19 1,322 1.00/1.00 vMB 31
412,185 412,185 000000000000000000955a6246a9c2e6e4fdac2447bce0a4c03f0575ec42736a 1,480 1.00/1.00 vMB 35
412,184 412,184 000000000000000000428d58cde8ee451584aa889d6bf45fd5de0026aa937835 1,725 1.00/1.00 vMB 30
412,183 412,183 000000000000000001c9a2816ed2e303209e3982f6f5f584618307b7d9a94096 3,113 1.00/1.00 vMB 70
412,182 412,182 0000000000000000046960ae9ac3ee9f8ecc2869b4360e44b074e8e1524a7781 2,130 1.00/1.00 vMB 50
412,181 412,181 0000000000000000031ce2d7c751c6d09a1d182287117e30637cfe84bccfef90 2,061 1.00/1.00 vMB 47
412,180 412,180 000000000000000003a7942277157e227c9d3feb537ec16eef133cc510e18afd 2,148 1.00/1.00 vMB 38
412,179 412,179 000000000000000002dcf7ed5b3ad6e5202300eb8c869babe04f0f5f48c01e50 2,512 1.00/1.00 vMB 46
412,178 412,178 000000000000000004ee82460a32231c7408961d39a886ea461aaa83b5102d00 13 0.00/1.00 vMB 172
412,177 412,177 000000000000000004bcd541ac201ddf1bd2969250dc60d51b9ee5b4e4b8d658 2,184 1.00/1.00 vMB 91
412,176 412,176 000000000000000001bb3b9f24af4ac8cd9726e4e100ad87044c2aff5c9c3be9 2,028 1.00/1.00 vMB 62
412,175 412,175 0000000000000000046b725b6b1f2b3a27c4b81255d3fa5b7bfec36f4611eb42 1,975 1.00/1.00 vMB 59
412,174 412,174 000000000000000000a939111cfe986a5a87d100a9a2f68ff5e564b59e195c2d 2,560 1.00/1.00 vMB 63
412,173 412,173 000000000000000003c948593c7a0a4dc67fcfbbf9aa83c30922179a44cf2f1b 1,859 0.99/1.00 vMB 36
412,172 412,172 0000000000000000030395ea3ec2dd11f27ec463951df919c2d712d84c74e647 2,904 1.00/1.00 vMB 77
412,171 412,171 00000000000000000247ee51b140475ad3cace5ed91bfde6d50e0390d71063a4 2,292 1.00/1.00 vMB 54
412,170 412,170 000000000000000001905f2a37ee8119653158443616432ee2b5a5688cf400fe 3,051 1.00/1.00 vMB 76
412,169 412,169 0000000000000000035fea1ded47dd04389889d9f5499bdd1802603084bc035b 1,609 1.00/1.00 vMB 38
412,168 412,168 00000000000000000016a7fa18dd7759cbab44e9f8355e990ffabb0eb26bf8dd 2,505 1.00/1.00 vMB 68
412,167 412,167 000000000000000000167be7ff6433ff77083e9a847da35b76e0afed1c960665 2,123 0.99/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 781.88 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: 645.00 GB
    • Received: 12.64 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.