Loading Tool

Explorer IconExplorer

Memory Pool

78,303 transactions
29.11 vMB
0.07679111 BTC
Random Selection Loading Transactions
Max Size: 176.51/200 MB

Candidate Block

Mining Attempt 458f7a81356c6587873e5acfa296cc674a92892ab243fdd53585287c08a194ea
Version 20000000
Previous Block 0000000000000000000047dfc430ec3ea755e869eaa3ed01b8a4b83beba66d58
Merkle Root bba900f05ce0c4fc5a4b95c1196ed9e205ead77b1506b63d63529eee82d7ab4e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,913
Size: 1.00 vMB
Total Fees: 0.01589460 BTC
Feerates: 100.19 > 1.59 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,102 (283,995 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
631,107 631,107 00000000000000000002531c43931f10dd277612ddbd92d3c4df96bfedadf3a0 2,278 1.00/1.00 vMB 106
631,106 631,106 000000000000000000119cbfab9d852cb42139d758e6244b88031d7da5a096b3 2,475 1.00/1.00 vMB 119
631,105 631,105 0000000000000000000e37d9be2717a0e78bed0b64c47e15f5531389e75fca19 1,872 1.00/1.00 vMB 168
631,104 631,104 0000000000000000000c32ab6b14efd975bfde0661c98c59708d2131b04c7784 1,686 1.00/1.00 vMB 179
631,103 631,103 0000000000000000000341e42b757087d6051c067837df41a0368f44514184e7 1,624 1.00/1.00 vMB 202
631,102 631,102 0000000000000000000a93870ad0fc7758f1af8cde020a0e0b982af032d6ce96 2,369 1.00/1.00 vMB 182
631,101 631,101 0000000000000000000d3e54f0dde3f3502dcd0316330dd29a591090f85150a9 1,878 1.00/1.00 vMB 200
631,100 631,100 0000000000000000000fb0cedb46b91e2ce6a8bbc6c33091685a475e51c13403 3,017 1.00/1.00 vMB 169
631,099 631,099 0000000000000000000581f33edd0ac9d478582494db2d9501425c08bb95abbe 2,613 1.00/1.00 vMB 147
631,098 631,098 000000000000000000053b6ed0f5b6375da3f5e8e41eab44f275ce8348defa95 1,695 1.00/1.00 vMB 166
631,097 631,097 0000000000000000000f751cbb41075899bb0723b2e84b30e635adb685d145b6 2,065 1.00/1.00 vMB 194
631,096 631,096 00000000000000000003dca21b357e1e226727008117af63c5ee0a5ab7b64c12 561 1.00/1.00 vMB 162
631,095 631,095 0000000000000000000533f0448f2e62f8dca02ce5abf00ff31074deee5d2b4f 2,130 1.00/1.00 vMB 178
631,094 631,094 0000000000000000000c35787ac2dd02fb7ba36d8fd887bf35793dcb351b0f1c 2,853 1.00/1.00 vMB 179
631,093 631,093 0000000000000000000d87e75a6bae5b56410e25dc5b1200d9ad285852ab380c 2,290 1.00/1.00 vMB 197
631,092 631,092 000000000000000000115e2a0607cc09a31e59c4e6f3d2b7b40ab393c621b767 2,259 1.00/1.00 vMB 201
631,091 631,091 0000000000000000000b9e72a57e034e3e3b9f8f4ed1b8d8ebab38f760454489 3,520 1.00/1.00 vMB 250
631,090 631,090 00000000000000000008cb74126a83e899770b8fca586df0d5e17ee30655552c 2,650 1.00/1.00 vMB 184
631,089 631,089 000000000000000000013538e9bb57f1492b4d92ecf9d664d031b2e41d5f5fa2 2,884 1.00/1.00 vMB 247
631,088 631,088 0000000000000000000888e64dfa60c203a76e69cc48c8f183b2f9a8ada064b5 3,207 1.00/1.00 vMB 200
631,087 631,087 00000000000000000008479a59c1b49bbaa2c8cb6d6eee9370d4730c59c6e900 2,973 1.00/1.00 vMB 201
Previous 10 blocks ↓
Total Size: 782.57 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: 671.09 GB
    • Received: 15.85 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.