Memory Pool Memory Pool Refreshing

2,732 transactions
1.33 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
3 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,872 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,117 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,871 (574,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
333,618 333,618 00000000000000001a5f7210688801a79080f5ac85172da98a0f1f9651bbdb18 0.27 MB 582 27
333,617 333,617 000000000000000012047c5275728dd877595035027927382a31510ad5f5efab 0.19 MB 251 21
333,616 333,616 00000000000000001880fd186ca473976cadec502404cfc7a2a95fd5211f6151 0.25 MB 645 31
333,615 333,615 000000000000000010576f6b9ec7232185e15e7963e5a60e08bebb71620b6077 0.70 MB 913 21
333,614 333,614 00000000000000001905f76bfe006130fbfe7a7420ec8949617a8e9e45553bd2 0.50 MB 1,162 27
333,613 333,613 00000000000000000feda9f17e8527910121b79969f95b002b50e03043f75759 0.16 MB 512 73
333,612 333,612 0000000000000000116dd5fd9dc46d4650638c4be9bf37fd6faf3e13dbaf7fa6 0.03 MB 56 21
333,611 333,611 0000000000000000088890d575528e87c8d838bd0d11f1404074a4ed55836c71 0.28 MB 389 20
333,610 333,610 0000000000000000079b9f4db03e31f0512def69ad98d3ff10fd1390bed7abd9 0.57 MB 1,083 24
333,609 333,609 00000000000000000462d7297b025bb3edc04482cd475b17a1dfc913246e4379 0.04 MB 76 22
333,608 333,608 00000000000000000f72c6238c771e357206522286d9c84dbe35d6636d9ec5ef 0.21 MB 363 22
333,607 333,607 0000000000000000127cffa21b7d60fa978e108ebccf4341a8ded70caf6e8ebc 0.32 MB 658 28
333,606 333,606 000000000000000019fb54ba67d95dedf66b7e898a249a1fae6daff7944dc4c9 0.07 MB 144 22
333,605 333,605 00000000000000000752c5a449b9f4bd38a18b7a5635cc72d0a3dd885729bc7b 0.57 MB 1,040 26
333,604 333,604 0000000000000000033cb71d8f14deb44d9ca22900571789e099a2011439eb5d 0.02 MB 64 49
333,603 333,603 00000000000000000c54ab22bdbe13de92214c29000e9e08848b4c4ad9ca646d 0.12 MB 201 15
333,602 333,602 0000000000000000139e738cdf2969544a8bd066ee7e7a515eb16937b53f6692 0.50 MB 851 24
333,601 333,601 0000000000000000030ed770eb64c39f4d4e12499bde167f9dc38e05cf6c90f1 0.85 MB 1,594 24
333,600 333,600 000000000000000005eed58f4ff959d183d087dc9f9afc64bd31970c1fb9d9eb 0.29 MB 476 22
333,599 333,599 0000000000000000007206cccf84b4b88263486cf906eebc509554a892ba1282 0.19 MB 364 26
333,598 333,598 00000000000000000eca6f101258192035c4dd39a86878dab13224b550a53233 0.18 MB 111 13
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, 114 incoming
  • Data Transfer: 1,642.68 GB sent, 94.44 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.