Loading Tool

Explorer IconExplorer

Memory Pool

82,398 transactions
30.18 vMB
0.13670087 BTC
Random Selection Loading Transactions
Max Size: 182.39/200 MB

Candidate Block

Mining Attempt bc15ba16201dfda050a0eebaafdfa92b3e0b89e3c9d901f0c0f93ea8f89e1338
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 83d6c5bb9b6cf1e8e733baae66e4ca4d22ce7c8529084ca7f1d12eb5a772489b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,310
Size: 1.00 vMB
Total Fees: 0.05671127 BTC
Feerates: 477.45 > 5.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (509,003 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
406,134 406,134 000000000000000003b8ad629c47fff8fb2fc6a80b523a624edb12c3cf497d76 1,401 0.95/1.00 vMB 33
406,133 406,133 000000000000000005ff54d09eba935da25f7193747e76ec905ae375270b46fd 812 1.00/1.00 vMB 13
406,132 406,132 000000000000000001f16f92a94238dec93181a3db61443274979bc73cc3b03a 883 1.00/1.00 vMB 18
406,131 406,131 000000000000000001b289f81eec4b3331edb92ce37eb51291592730c5f7e33d 1,228 1.00/1.00 vMB 24
406,130 406,130 000000000000000002faee412851aea5b388e3e6ab9ee56378cbbf68403eaa48 1,577 1.00/1.00 vMB 25
406,129 406,129 000000000000000005ae92455710e40f80cc2d41131949e3d89978c0de1fdb35 2,130 0.99/1.00 vMB 39
406,128 406,128 000000000000000001e4e3778dcef11c7ab633865ac1edcb73d068570d07bcc6 2,262 1.00/1.00 vMB 40
406,127 406,127 000000000000000003dc130bc2c308748a17ae8ccea4d127b8171348d956ac0c 2,659 1.00/1.00 vMB 41
406,126 406,126 00000000000000000639aec8f01e176cef2f12e7032030a2df121b88c86f5142 2,190 1.00/1.00 vMB 61
406,125 406,125 0000000000000000033f86f11a1e838ec429b53d56d1d767e18db7d8f4a1edb5 3,334 1.00/1.00 vMB 77
406,124 406,124 000000000000000003842f3ae6f3b0bde73eabfe95054bf59a030c38128073e8 2,670 0.99/1.00 vMB 70
406,123 406,123 0000000000000000034959b54df956963e1010506f469546ef86e2392172fd81 2,270 1.00/1.00 vMB 36
406,122 406,122 000000000000000004ed2a3030c741093ca82df1b42f8b5064d994fbc6338239 3,108 1.00/1.00 vMB 77
406,121 406,121 000000000000000004fae383bd993dbd00b15773aa0b2e3144f99775e764658a 3,563 1.00/1.00 vMB 81
406,120 406,120 00000000000000000339e050f27d4b3c89db9a26c83e3badc3cacb2d75a6934c 1,791 0.99/1.00 vMB 35
406,119 406,119 0000000000000000058411a62c90e5f67f6ccd72f00c480e3f1b090cfacda10c 2,640 1.00/1.00 vMB 40
406,118 406,118 000000000000000003af8b1a5d922d99e36914b2b766f0daeb42f38091583fd3 2,558 1.00/1.00 vMB 51
406,117 406,117 0000000000000000003a0e685f91d11c0af8fa71a2ae47edfa230d13e24e02c7 3,520 1.00/1.00 vMB 79
406,116 406,116 00000000000000000057f9f5a65927b58ef459bfb904a4008a2dcf9bb91fa3f7 220 0.10/1.00 vMB 31
406,115 406,115 00000000000000000024ee46bbe377231229b70dce88aab4f03a4641fe1a981a 1 0.00/1.00 vMB 0
406,114 406,114 0000000000000000001dc2bda4ca37cae98c094527bd30c8960b99e3fee0744b 1,470 0.80/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.63 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.22 GB
    • Received: 16.18 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.