Loading Tool

Explorer IconExplorer

Memory Pool

85,409 transactions
31.86 vMB
0.20512863 BTC
Random Selection Loading Transactions
Max Size: 190.58/200 MB

Candidate Block

Mining Attempt 90aac6f016e4d5f924f27f73a8e2478618e02a1498d695e80d8c8e3e9f068e40
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root cdad3858b2c1bb3b7ca13603fcdc183e6bb6dc69bd03537e2e58407fb792bdcd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,984
Size: 1.00 vMB
Total Fees: 0.09295274 BTC
Feerates: 529.10 > 9.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (136,039 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
779,108 779,108 000000000000000000064fe28b7727a2221164ad1c4ca527e61afdc0b66b3753 2,427 1.00/1.00 vMB 8
779,107 779,107 000000000000000000006487f1160cf435215cd6eedbb2f84373efe8030ca1a6 3,136 1.00/1.00 vMB 22
779,106 779,106 0000000000000000000337f8f6f567a21680c11ad57a9bda9721eef94ea60642 1,926 1.00/1.00 vMB 10
779,105 779,105 00000000000000000001b9add9ff682b1165e92ba0333bbc5e7356524b3a9e13 2,349 1.00/1.00 vMB 22
779,104 779,104 00000000000000000005fee975c65305f2f5f5ff81a10ea9751fd47c435737a0 3,756 1.00/1.00 vMB 26
779,103 779,103 000000000000000000053a88772fc6a73c4e53eca9ca4e1c0bd9ab0fe2175512 3,819 1.00/1.00 vMB 28
779,102 779,102 00000000000000000005c6f1588a00a80166be2fe9a880dfc3d7ae995f7ebf46 3,027 1.00/1.00 vMB 35
779,101 779,101 000000000000000000037b05cb4a46643865738b0cc4d3fe5771630f8aa25c69 1,303 1.00/1.00 vMB 11
779,100 779,100 00000000000000000001e73ceb4b160c295edfb5205dc95993f397aadf6a72d8 814 1.00/1.00 vMB 6
779,099 779,099 0000000000000000000434c78a4984e15b05e2b29b8d912e8d8242531c82f6ef 913 1.00/1.00 vMB 3
779,098 779,098 0000000000000000000404cc0f9f6b24dc189db06d369f014894931ae49bebec 2,116 1.00/1.00 vMB 4
779,097 779,097 000000000000000000050bf49a805ebf7c0b083022105eff03cd1ff5f9d98d82 2,596 1.00/1.00 vMB 17
779,096 779,096 00000000000000000000c0ac4652c12ca9715881e142ced9fc56a20ea1b1ba41 3,607 1.00/1.00 vMB 25
779,095 779,095 00000000000000000004753171ca3d97748b43dbabdc7c210b305a03a9c4f688 3,850 1.00/1.00 vMB 35
779,094 779,094 00000000000000000001bff4b4e3b2e0ce76eee323bfa0f0105ccc50ea327eec 1,247 1.00/1.00 vMB 12
779,093 779,093 00000000000000000005c8b17136c0e1705333483bcec7caaa57d795997425ae 3,473 1.00/1.00 vMB 27
779,092 779,092 000000000000000000007cc0263507b80751b1cfcbcdcaadb0846b4164dfcc4a 2,343 1.00/1.00 vMB 34
779,091 779,091 00000000000000000002d74a1fa949befdd6327231df8b9ea5a828c5155c63ed 2,485 1.00/1.00 vMB 13
779,090 779,090 00000000000000000005b71289bfc246f9e80eeb672f7f3bdaaef8b3052a78c0 1 0.00/1.00 vMB 0
779,089 779,089 000000000000000000015cc5ad77ee25a54e98ed45398ac779714ea34ac5bd00 3,185 1.00/1.00 vMB 24
779,088 779,088 00000000000000000002b207ebb77e9f3238c80960710d117a45732095a62db6 860 1.00/1.00 vMB 7
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.70 GB
    • Received: 16.31 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.