Memory Pool Memory Pool Refreshing

1,652 transactions
12.79 vMB
Show Random Selection Loading Transactions
Max Size: 52/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,302 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,423 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (797,799 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,502 110,502 000000000001800c85aa773f9f976f04985324c2c745635756e4084dd9bf0ff1 0.00 MB 5 0
110,501 110,501 00000000000000240b044a3090d3ae4f9b342a840640240304eaa8f68a0fa1bc 0.00 MB 4 0
110,500 110,500 000000000001b4f0587cc2e31d3ff2c63d7cf6c1804fadafd2122d54591aaf80 0.00 MB 5 0
110,499 110,499 00000000000058d2924343f7d4f01d67149ca120feb55410396cf8572267cc8b 0.00 MB 3 0
110,498 110,498 000000000000d82c1f66b75b2c643cc856b9439431b9bf83f917610043ca6a1c 0.00 MB 5 0
110,497 110,497 00000000000119c1ecd5aac751a6b9ffae4fbc9649a1e852d3aa9bd430b775e2 0.00 MB 2 0
110,496 110,496 000000000001a88aab194299b9c1955dc63ecd827f619665b25758f457bccf5d 0.00 MB 1 0
110,495 110,495 000000000000b37397c5d63319b83b6e0db66cb7cb4263f67e9e3e1c01257ebd 0.00 MB 3 0
110,494 110,494 00000000000182bc5b02d38055a85d5125849aa821c7ecb635cdb1234010c1d3 0.00 MB 3 0
110,493 110,493 000000000001bb4af455f4da534b38c0282358b971dcd2863fad75717c7f0e37 0.00 MB 3 0
110,492 110,492 000000000001607044671feffe29489d0286c56a7128f3643dbbb5a8e738236e 0.00 MB 1 0
110,491 110,491 0000000000019d80dd881a1cb1c056acd6e1acaa5d65d9ce97d127b7fbc4cd93 0.00 MB 3 0
110,490 110,490 0000000000000a34c16cf6c78e46afd238af45194991a401c5a690aa3f403a1d 0.00 MB 10 0
110,489 110,489 0000000000008f3d570d2e47b17788d4fb15fe32675b392e8b91cabf4951c849 0.00 MB 4 0
110,488 110,488 000000000001416f0ad1d9ecca8188f2d0f182ba310f6baf1e263d74333d4d0a 0.00 MB 5 0
110,487 110,487 0000000000014f5253fce0721f285140fc5c9f59670e60429df219a8b99bd327 0.00 MB 8 0
110,486 110,486 0000000000018a7aab9aa462b8ad818eddd6aad7b44b31d4b4099984eb415c30 0.00 MB 12 0
110,485 110,485 0000000000004598904b7c9836e09537280b6f817e40c95d07c21792b12fab44 0.00 MB 9 0
110,484 110,484 000000000000e2777a35ed6a28f6baac700e712d10563e1373282c7e03b74b6f 0.00 MB 1 0
110,483 110,483 000000000000d9b2eb0944bcac534c0006f05be4b219a072d93e22a9ea668951 0.00 MB 9 0
110,482 110,482 000000000000615197aaed3609de2155a668c0db0761d584da1a827b4185c980 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 770.18 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,693.12 GB sent, 98.46 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.