Loading Tool

Explorer IconExplorer

Memory Pool

80,682 transactions
29.75 vMB
0.09434978 BTC
Random Selection Loading Transactions
Max Size: 180.23/200 MB

Candidate Block

Mining Attempt daacda7d574e5c093a9cbbdbfef2dc2a1d29345903bd2f35651d9390328d8b04
Version 20000000
Previous Block 0000000000000000000210ed22a9f21c04ef8f24d25ae2ad786afc2172f214cd
Merkle Root d1bb2aa11e5e921dda206c10baf0a898651144603677cc8ecb025196bdf055c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,463
Size: 1.00 vMB
Total Fees: 0.02995725 BTC
Feerates: 278.95 > 3.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,095 (400,974 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
514,121 514,121 0000000000000000003de3d8624a60f78b1fae743a87cf0a21407efc75c365d8 1,469 0.99/1.00 vMB 27
514,120 514,120 00000000000000000007d13713fe686f5fe678e8caa2f7d9c92580f3025fdd7b 938 0.39/1.00 vMB 35
514,119 514,119 000000000000000000312d2048e7f7d9ccaec22c9b728ca3dceeb9fdefb831b9 1,477 0.79/1.00 vMB 26
514,118 514,118 0000000000000000003ea89aa398272b4ecfbf47b49c28cb985dadeaea37fbd4 1,327 0.54/1.00 vMB 29
514,117 514,117 00000000000000000035f4b67f7ac41fe1d6eb64631383c41ab2b7940a6e79ba 934 0.41/1.00 vMB 41
514,116 514,116 0000000000000000000b75dc3683f0656a589b5d0d3d65b51ab2715ecab7f8b7 248 0.12/1.00 vMB 32
514,115 514,115 0000000000000000003e7b22a47b879f87cd1a58148dd6232cbb717f4a61e10a 1,537 0.65/1.00 vMB 36
514,114 514,114 00000000000000000016a92708f97fc5b6138fec264ce16ccebf3740b68f6fc4 684 0.36/1.00 vMB 23
514,113 514,113 0000000000000000002e61f32ba4bb639532f39c153add05bf66e3f62a4e2eff 951 0.78/1.00 vMB 9
514,112 514,112 00000000000000000038bd98068d1640b44a9afbcb3e8f0fc46f60ac6842a2d5 2,036 1.00/1.00 vMB 47
514,111 514,111 000000000000000000357b7d5040ee362f037bdf873eb4cde615b2f368f2f2a6 1,559 1.00/1.00 vMB 21
514,110 514,110 00000000000000000002dc704ade38c78f944cbb238cc464fb30506c47a15e00 2,791 1.00/1.00 vMB 20
514,109 514,109 0000000000000000001fe76d1445e8a6432fd2de04261dc9c5915311dc7ad6de 2,242 1.00/1.00 vMB 54
514,108 514,108 0000000000000000001ab77b3c3c9bd0196b328c189e3e3d9f581855a042bdde 1,559 1.00/1.00 vMB 26
514,107 514,107 000000000000000000408ece4d6ed75b6caabfe827883d7e75c76e9157a5f1d9 894 0.57/1.00 vMB 18
514,106 514,106 000000000000000000420ba5c17f6fb882fc7267bd38484e332c5c8e5d26ba22 1,801 1.00/1.00 vMB 10
514,105 514,105 0000000000000000000cd2be837363451e5e3daaa23e66b5aa73b32ff753b8e8 2,346 1.00/1.00 vMB 66
514,104 514,104 0000000000000000000dba064c38ed15658f1da20ceac313d132ac8f6a0826bc 2,937 1.00/1.00 vMB 14
514,103 514,103 000000000000000000180fb367663df70ad811bfd74881fbe2d271d402461e16 2,206 1.00/1.00 vMB 77
514,102 514,102 0000000000000000001f20e189f5e2480196d49c704518b05d07a8fccc932772 2,272 1.00/1.00 vMB 25
514,101 514,101 00000000000000000006ed0aad4df8ecb439959b46af71264ec23d7bc44c6a68 3,128 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.56 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: 670.07 GB
    • Received: 15.81 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.