Memory Pool Memory Pool Refreshing

4,345 transactions
1.44 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,710 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,043 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,709 (50 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,659 908,659 00000000000000000000ff501f59b7d7c07a4b1a4adde34bc15f01c52bb5ccaa 1.30 MB 2,272 1
908,658 908,658 000000000000000000007725500ae40aafcb40e2fbcd58e0a883f3598f3b33e0 1.62 MB 3,266 2
908,657 908,657 00000000000000000001d253a31be91698f02d4851078e3cd5b4e29048219d26 1.57 MB 3,113 3
908,656 908,656 0000000000000000000180f4366778acde36eb1110c1aa30d9e953d6e95dbaf7 1.55 MB 2,987 1
908,655 908,655 00000000000000000000982e958bb775d6dde917128fb54f0f31d3bf979fbb6a 1.56 MB 3,675 3
908,654 908,654 0000000000000000000225176ff0bcecc08ac482de8dd462983459af44eef7aa 1.76 MB 4,242 1
908,653 908,653 000000000000000000008a49d4714c9eca005c6a362bd87c690798ce39c6548c 1.75 MB 6,181 0
908,652 908,652 000000000000000000011755389bd1d0445ef48e504933f4a7021a2be81819df 1.84 MB 3,446 1
908,651 908,651 00000000000000000001b233cc4ea62943be112b806de5fcea0b39b6ae93447b 1.60 MB 3,132 2
908,650 908,650 00000000000000000000d23b3725fca66763c43fac383dac414d86b921189443 1.29 MB 2,721 1
908,649 908,649 000000000000000000007481c0e50fd876c9123123b1e4743fe48cf357a7efba 1.71 MB 2,997 2
908,648 908,648 000000000000000000003593d7872b366d774d9881e87e02631ca2f293d45455 1.59 MB 3,128 3
908,647 908,647 000000000000000000011381cfaa29d303d226dd5b00b939c95ab05c75890aea 1.74 MB 2,493 1
908,646 908,646 00000000000000000000971cebf59da82d3db9112c1da31089348da6089c48cd 1.64 MB 3,600 3
908,645 908,645 000000000000000000017a14cf2abc7d1b64c61c363ebd582a920d7ce732f073 1.88 MB 2,603 2
908,644 908,644 00000000000000000001a683291faa0a4b192cef48b601798333d55ba189a8b7 1.62 MB 3,631 3
908,643 908,643 000000000000000000014a1860e1ac2da9ab6ee3fda366e683075e43002bbb6e 1.67 MB 3,498 4
908,642 908,642 000000000000000000019b2efcd5f1d14eeddf44c7bbd2ea7cf0df080d62ebb8 0.96 MB 1,310 2
908,641 908,641 00000000000000000001f385b7f4c167305a5649da72c7c18dde21942ef565d4 1.68 MB 7,061 0
908,640 908,640 00000000000000000001d55419dd68154d6395759a89df0ebb0f7ef4487a3e77 1.67 MB 3,691 3
908,639 908,639 00000000000000000001eb4f0085118454227dd558781409a4472410fe74b068 1.67 MB 4,475 2
Previous 10 blocks ↓
Total Size: 771.02 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,854.61 GB sent, 102.04 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.