Memory Pool Memory Pool Refreshing

9,180 transactions
3.03 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,842 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (732,078 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
175,619 175,619 0000000000000a28cb032b711fc031cc1151b65e37de8f684841d73f3f749b53 0.03 MB 59 403
175,618 175,618 000000000000045785c208e06b9598d3280006d1ec85ef20cedc8496a313ca16 0.03 MB 114 30
175,617 175,617 000000000000093aaf2f9581167713e6d8050ad08e49fcad60fcc4f28e47398c 0.03 MB 61 50
175,616 175,616 0000000000000053bcc2cf850be68579ae9af9ef43b8f463cc9e93e2e1f7495f 0.04 MB 69 28
175,615 175,615 000000000000023b0cc720c5584bccccfae17c09a82cd29ad422f0a1d862f4f1 0.04 MB 108 77
175,614 175,614 0000000000000a31b19f7a6e818d9659c32851cbf135178007553b7058d48a44 0.00 MB 7 976
175,613 175,613 000000000000017c8098d6a9e09b94e4f1bfa70ec20cfe8ff13db919902c32c0 0.04 MB 114 113
175,612 175,612 0000000000000228fdbba0763d62ebe5693bff5d21a2267ca539a9871abec667 0.01 MB 34 57
175,611 175,611 0000000000000760d0cc5d546db6b40302080da82c704864fbf1e7f17e7aea4d 0.01 MB 39 135
175,610 175,610 000000000000098fa6efa1d9480684bbcb7b6046348a71f2df625c9eb0ac41a5 0.00 MB 8 57
175,609 175,609 0000000000000a13469dcc689f416a0affa59111bdcde1b8ea83b466a8604ad2 0.01 MB 25 143
175,608 175,608 000000000000004edf3452af00660c20b3ecd18d0791177bfa3b955cfbb695f3 0.00 MB 7 59
175,607 175,607 000000000000083f96e29cd49c38517a8ab861d274543d758e456991dde8c78d 0.00 MB 7 70
175,606 175,606 00000000000003665b64a9bd269229f82fdf0174052bfca2a72a5743dd1586e0 0.01 MB 38 509
175,605 175,605 00000000000006f68f1a6736338f004d5b3e7173f46d28cfa6e795530e2d0ea7 0.01 MB 30 0
175,604 175,604 00000000000003b61a0b13d8b66f622c98eec5a8757a3e15f5b7b5c8cd48eb8e 0.01 MB 22 70
175,603 175,603 0000000000000581f974d851c6ba43279f4cb06ed401b749658b223906e8860d 0.01 MB 11 51
175,602 175,602 00000000000008cd15646450be0036ac32151edcb38e2c5855103de73690506a 0.03 MB 68 72
175,601 175,601 00000000000000c0fc935bd65c1d4e92f0be5c213bb98cd765d8519b9a66d272 0.00 MB 16 14
175,600 175,600 00000000000002236df8d0f69388a14093ab501429cf3308b78eaa3f5092eb69 0.02 MB 23 57
175,599 175,599 000000000000017bca5aa1729b8adec0cbd283e0e1cb81c8b4b58af8e7d31d5a 0.00 MB 8 0
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.