Loading Tool

Explorer IconExplorer

Memory Pool

84,428 transactions
31.70 vMB
0.14423798 BTC
Random Selection Loading Transactions
Max Size: 189.30/200 MB

Candidate Block

Mining Attempt 99617ca6578b61976bfed27e7ded99e27caf2239278c9f46752338682300af97
Version 20000000
Previous Block 0000000000000000000155b2073facafbf0b2f4713974f25dac073632df31896
Merkle Root 8395fb1e5812ecb370a408b005b8fd490b7544d6ba3365cfc4fc65a67cf33c11
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,306
Size: 1.00 vMB
Total Fees: 0.03848009 BTC
Feerates: 55.77 > 3.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,148 (877,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
37,266 37,266 00000000399bc5157416443768f48529452a7b95e94121ca8e8345ffdb229ad4 1 0.00/1.00 vMB 0
37,265 37,265 000000003f2a7892f54d59bb3f647271ee66ab03a4024686b4fcfcec5ad5cc2f 1 0.00/1.00 vMB 0
37,264 37,264 000000007f29d7cee4d21c7847e8449152234e692f46a9b193d58fc41853b665 1 0.00/1.00 vMB 0
37,263 37,263 000000003cccbd9b0a1f03104425a565ded3641ca56ee725ff37c3a6477c82cf 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.