Loading Tool

Explorer IconExplorer

Memory Pool

84,044 transactions
31.94 vMB
0.08788741 BTC
Random Selection Loading Transactions
Max Size: 194.31/200 MB

Candidate Block

Mining Attempt 18681116262f58d7ee8c30278336204ab17abec0fcba8d8281b45ca7b819116c
Version 20000000
Previous Block 00000000000000000000682e38af279af4c954a439e90eb631728e9fdcb16ff7
Merkle Root cd758df3b37c31d8a473a895d054cf3a5ab27d2691bdf59198a348c5c49dc4b7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,185
Size: 1.00 vMB
Total Fees: 0.01814935 BTC
Feerates: 104.48 > 1.82 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,210 (391,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
523,901 523,901 000000000000000000146e64ec3797cc8855d8737b7d0386e39a8d672f61c582 2,939 1.00/1.00 vMB 47
523,900 523,900 0000000000000000000e74a043be0762cd929c1a7d8ba470382d3ed08227badd 388 0.12/1.00 vMB 7
523,899 523,899 0000000000000000001adb86ad0409f9e4070e6d7ebf66231e69675975141607 2,764 1.00/1.00 vMB 34
523,898 523,898 0000000000000000000ed8553f20d30ba915fa18300bf1d8e2ef05fd9afcb6f2 2,049 0.83/1.00 vMB 30
523,897 523,897 00000000000000000029a8f90e0bbfe3b81a6b29eda3bb95f5d378035f744fec 892 0.33/1.00 vMB 27
523,896 523,896 000000000000000000399fbaf9a15dc3b67839eca31289ba42f01d76c8acab14 1,644 0.71/1.00 vMB 28
523,895 523,895 000000000000000000126fbf2d4590bbe1da9686338420fe0e27aebd4a05000c 2,600 1.00/1.00 vMB 33
523,894 523,894 0000000000000000002634b1c5ab7b8cf89b89c0f71f99aae0502c922e967d70 277 0.11/1.00 vMB 28
523,893 523,893 000000000000000000346d72fffdb01d3746fc464c317f39dd8498fa6a7931de 134 0.04/1.00 vMB 24
523,892 523,892 0000000000000000001a3fe3835253ebebe420da0f4cc2b5cff2a98bf284e094 883 0.68/1.00 vMB 5
523,891 523,891 0000000000000000001915642bca17df30e193f5d8db7fdd1ec4e3f38c800682 1,646 1.00/1.00 vMB 13
523,890 523,890 000000000000000000354382afb44982f0dd16c4ecd107e46841ece401025dfa 2,711 1.00/1.00 vMB 20
523,889 523,889 0000000000000000000c44b937ab6127afe2c83a44f600ad234ae9c1ea85a331 2,484 1.00/1.00 vMB 31
523,888 523,888 000000000000000000064e1eae923d87708e04254cad076531cda5b0c5139d8e 2,220 1.00/1.00 vMB 26
523,887 523,887 0000000000000000002276cea3c6f386cf9564c8842db2b9dd95a96ff6a15d68 2,160 1.00/1.00 vMB 18
523,886 523,886 000000000000000000230d05acc4e5dc34c0239f6f5d6aeb2a54df3445a454c1 2,645 1.00/1.00 vMB 32
523,885 523,885 0000000000000000002f54108df5e0fd1b9cb88fc553d13d9cbd0808a4c6266b 2,413 1.00/1.00 vMB 13
523,884 523,884 0000000000000000004391515e9cccb9450582a5ead43751e61562f977646729 2,344 1.00/1.00 vMB 7
523,883 523,883 000000000000000000206afa4d5d3df78a244ba12d941781c7c2ffaae8b80baa 2,481 1.00/1.00 vMB 22
523,882 523,882 0000000000000000003c7dd42848ad100445a9663b364255d7aa7d1f3af6547b 2,336 1.00/1.00 vMB 24
523,881 523,881 00000000000000000033b82d408db9c4c3b67aa22390f190a2fde8174c153094 2,461 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.75 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: 708.89 GB
    • Received: 16.78 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.