Loading Tool

Explorer IconExplorer

Memory Pool

87,944 transactions
32.60 vMB
0.24989253 BTC
Random Selection Loading Transactions
Max Size: 194.80/200 MB

Candidate Block

Mining Attempt 23f5b7ffbbc8f148904b4efe0ffc1436ea2619b266fc2c4927d350f9263aedfd
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 592d84b0a41eeba43d5829c73e80bf2e7b1d55d7a042159e6a1f990292d46e58
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,855
Size: 1.00 vMB
Total Fees: 0.11060983 BTC
Feerates: 538.26 > 11.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (523,280 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
391,867 391,867 00000000000000000362ffefa96f2db5c620a02c0bf1028ed4275638c396dda0 1,797 1.00/1.00 vMB 39
391,866 391,866 00000000000000000654e2c825dc26d9d64cfe1c3a4e8b4cce722703211c8619 187 0.16/1.00 vMB 17
391,865 391,865 00000000000000000519bc764054304c6e66583eba0cd7da5707230562a0b52d 132 0.25/1.00 vMB 7
391,864 391,864 000000000000000000198734479ddae1e9261c4703aad5fab4eadc1cf2a2c3e4 1,212 0.63/1.00 vMB 32
391,863 391,863 000000000000000006ed30256955da7cfe35cd1a8d8829e21374e72423ec07af 479 0.31/1.00 vMB 17
391,862 391,862 000000000000000009969687c47acde511ba9275e5b0525119d4cb1959d9f188 925 0.59/1.00 vMB 25
391,861 391,861 000000000000000005e3a4d9865f0200ab940524e145fbb281e2af5825a018a4 1,109 0.73/1.00 vMB 27
391,860 391,860 000000000000000006ebf9249d45d4f9d678e1d1ce399f94e96b9067920addce 2,063 0.95/1.00 vMB 33
391,859 391,859 00000000000000000a09f4245079c4deae5511b7cfe0e31c7af30071bd43ecef 119 0.08/1.00 vMB 69
391,858 391,858 000000000000000008bed18dcefa03e3632e25ddaf2a2166f03eb63a420de377 1,577 0.75/1.00 vMB 38
391,857 391,857 00000000000000000464df70e641e379e4ad6def34a1028c93043b3fbd13d919 1,818 0.93/1.00 vMB 31
391,856 391,856 000000000000000003e794a0810a6de3acfa5fc6ba2c4d935e35cdf9e66f2bd4 1,745 0.93/1.00 vMB 30
391,855 391,855 00000000000000000a44e9b6a24d338fbddfe4975a0cc5ca990f576107b8bfbc 649 0.57/1.00 vMB 17
391,854 391,854 000000000000000006817f39574a75fb7542a5ca474202bbd3b3c9cf96cbad0d 1,138 0.75/1.00 vMB 26
391,853 391,853 000000000000000006fed76a9b6065986ad1413c3a9bd9bbd1c1e72f9eeef2ca 548 0.45/1.00 vMB 23
391,852 391,852 00000000000000000733c9fc370eb725c82b9b9878204fafc9a7fa92e8f8147b 2,170 1.00/1.00 vMB 33
391,851 391,851 000000000000000000be2a01b198bbe66f5cf229e736169fd49a001e7ef44cb7 2,018 0.93/1.00 vMB 42
391,850 391,850 0000000000000000083d97a8a49b321837473cd12466a07c810521ab779d1dca 2,334 1.00/1.00 vMB 35
391,849 391,849 000000000000000005681976836db4e1fe440670203e9bd0149e23d4608d98b8 1 0.00/1.00 vMB 0
391,848 391,848 0000000000000000012180d222cb386e2363b63f29258f705c0a14e6c87c0636 2,973 1.00/1.00 vMB 63
391,847 391,847 0000000000000000048bafbfc691c809e8086cd1062eaf980a0781d4db7c2118 102 0.95/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.65 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: 672.71 GB
    • Received: 16.32 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.