Loading Tool

Explorer IconExplorer

Memory Pool

84,317 transactions
31.65 vMB
0.14227686 BTC
Random Selection Loading Transactions
Max Size: 189.08/200 MB

Candidate Block

Mining Attempt 480234955856890e58e1ebfdece940bed755552cc49b195a7f860ca4f5873559
Version 20000000
Previous Block 0000000000000000000155b2073facafbf0b2f4713974f25dac073632df31896
Merkle Root c986597e0b61eae6933f2766f3260625576f443fdd610a0d704f5897820c8c30
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,242
Size: 1.00 vMB
Total Fees: 0.03758370 BTC
Feerates: 55.77 > 3.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,148 (877,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
37,287 37,287 000000004f6b00aafd8ab06bb021d063f2ff784ea6b2bcb3fafd9768edb89d6b 1 0.00/1.00 vMB 0
37,286 37,286 0000000054840a7f9ba5389de6f4622c887e1295a7a615c2f1bd1bb6a5e03077 1 0.00/1.00 vMB 0
37,285 37,285 000000000687f9652f651e07144d9305fba3b6bf6d6025c872a5761830c19239 1 0.00/1.00 vMB 0
37,284 37,284 0000000063963709ccfc4775ec6c34e3b5462a9de1164de3bbc72966fd954907 1 0.00/1.00 vMB 0
37,283 37,283 00000000b9abf6123ca48bd34a751ddaa3d00b592d76f64fcb47b920b33c485a 1 0.00/1.00 vMB 0
37,282 37,282 00000000665dcd510df00cf13a0722359ab143cbafb36b8bf9605f6e051dcc1d 1 0.00/1.00 vMB 0
37,281 37,281 0000000044222b61bd09c83089fe56e15804e23d85d82c4f87a26d9c8012ad99 1 0.00/1.00 vMB 0
37,280 37,280 000000001d2d1a6149aba9a2833ac25ccc36f76b2b50567a445cca5594d46109 1 0.00/1.00 vMB 0
37,279 37,279 0000000082a479f8be024fe4952fbb26d17fc66173b19670f5928af358242b89 1 0.00/1.00 vMB 0
37,278 37,278 00000000809252162f34a9ae42eb8b09e978f80eaebb2660b5cd07a6f7b0a4b4 1 0.00/1.00 vMB 0
37,277 37,277 0000000045b2551d56c20624629cb5c18d29aba3636e5eba31542aafeeee7c46 1 0.00/1.00 vMB 0
37,276 37,276 0000000007c5d53f4fb07124c462735d962b946e6dd5a1885211a4e9263c62cc 1 0.00/1.00 vMB 0
37,275 37,275 000000001d5c900fb86f26eea2b13f3c4beb566e46d559f62184d17516a3d00c 1 0.00/1.00 vMB 0
37,274 37,274 00000000517fda309955c58134522d52b5875ceaaf497320f8a1f21786eb0e7d 1 0.00/1.00 vMB 0
37,273 37,273 00000000577a441c1c196865b70c20189c135d971087a1f0c03abfd309a328ec 1 0.00/1.00 vMB 0
37,272 37,272 000000005c4df4872b6c1cc2a868ffc9d2cc0eff01ab9358d8d39cce1aed14a5 1 0.00/1.00 vMB 0
37,271 37,271 000000008f185855a73e990709fa36a3e23f56ba1517c33663727d345814b7d4 1 0.00/1.00 vMB 0
37,270 37,270 000000000003eff1587f404d431ae4c8c8d4b81f060c19801bcfca1a5c50c177 1 0.00/1.00 vMB 0
37,269 37,269 000000003af82abbf6661fd8dcb6feacf7337ecaf5f05e1046d90c78010e9cb0 1 0.00/1.00 vMB 0
37,268 37,268 0000000037143d431714b8a38edb4ec8deec3b8a423d567bab64b30af9729e62 1 0.00/1.00 vMB 0
37,267 37,267 000000003770715bfb44e2a60a53b74029d65b9af1f4a857c412cecbfb300937 1 0.00/1.00 vMB 0
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.72 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.