Memory Pool Memory Pool Refreshing

3,218 transactions
1.37 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,687 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (606,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
301,703 301,703 000000000000000073bc2e1c109641612475b1b0ee840dab4fde74a90a6e1e3c 0.31 MB 495 26
301,702 301,702 000000000000000076a797c98f8a9d6fab872d6862396d3a2a1161c830cb9187 0.04 MB 92 32
301,701 301,701 0000000000000000232dc161e89ea36ebfddaaf3c34dd7df18cead5958928e87 0.02 MB 25 23
301,700 301,700 000000000000000032c5a7f505dec5f805258c7a958bc7444eccb967f1a4cec6 0.25 MB 422 25
301,699 301,699 000000000000000023d9abb489011c870381594388de572a3d8b5e984a804fef 0.54 MB 633 23
301,698 301,698 00000000000000001a65a07959ef4244a59f8607428e08696bbefc56d9288393 0.06 MB 88 24
301,697 301,697 0000000000000000564348f211f820da17f7f4a2a9737435cd5794374cdc27e1 0.07 MB 116 26
301,696 301,696 00000000000000001f2224c0a43dbdb0c58e45128cf48f900b6171fbb2c54b12 0.04 MB 79 29
301,695 301,695 00000000000000002f7dd31f022ca890077f22bcf5ad4c1ea839c53f9fd6a679 0.16 MB 267 30
301,694 301,694 00000000000000001b00644b38b3206604139bce6752698f849f35611ca632bc 0.28 MB 339 23
301,693 301,693 000000000000000007bd116dab70a72e602645e7c24be23406ccc8c0f0a436ca 0.10 MB 256 33
301,692 301,692 0000000000000000514736fa14919353d4c87ba59f330be858a54e86b701e305 0.57 MB 688 26
301,691 301,691 00000000000000001dad0bc68bab873be5395e76eaf1bb54654b67824e17ccf9 0.23 MB 144 15
301,690 301,690 000000000000000022cede5a5592e21d6b589356bdb56e86657c1889d798ee69 0.35 MB 460 24
301,689 301,689 000000000000000046adf5b65a0b6a699737a6ed5b673523a4f0a219412d2c66 0.35 MB 971 43
301,688 301,688 00000000000000007b56793d413d7360b683036ddfb4a88df2e1c58e26bf4338 0.39 MB 701 32
301,687 301,687 0000000000000000231c1dc84a0ac078c9fdf7173dfb32fbd8f1fc14da9e52ee 0.01 MB 18 41
301,686 301,686 00000000000000005b85bdc519d5c330bb77002bd149fe733f074d90b29861e2 0.05 MB 91 25
301,685 301,685 000000000000000053c2d2a3fb6b0793acc51ba63cd6f3a53180b7c4eca826c2 0.05 MB 90 28
301,684 301,684 000000000000000069ccc1f112e12d4acb73b4ae0573eaa28034a93dd390ecb7 0.25 MB 264 23
301,683 301,683 00000000000000000927a41a81ecacf587a903ecbe028702bd5a24258ff98e05 0.34 MB 63 12
Previous 10 blocks ↓
Total Size: 769.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,642.59 GB sent, 94.42 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.