Memory Pool Memory Pool Refreshing

8,390 transactions
3.22 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,530 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (19,035 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
888,696 888,696 00000000000000000000b1a16c0c482937ea465f2b3674e3e1cae96bffcb83d3 1.61 MB 3,386 6
888,695 888,695 000000000000000000027d9a54352cd13baced89cae6bd62540d30ea3e690fab 1.46 MB 3,350 9
888,694 888,694 000000000000000000010babbe1f1dd89e2b6438e24c0cc40288747c764e4455 1.53 MB 2,782 4
888,693 888,693 00000000000000000001a39eb7c6c5c39df5c11c062597d50868f546eb540688 1.48 MB 3,312 5
888,692 888,692 0000000000000000000046f15a5fa8d30feb7b1bfe7c6ead149e1b9fcedc28dc 1.22 MB 1,341 3
888,691 888,691 00000000000000000001946a0ffddea3bade30b9589a572a42160931316de975 1.64 MB 3,248 5
888,690 888,690 00000000000000000000a9bbf5373ffb8303050efc54d8656e75540fad7c0c24 1.31 MB 904 2
888,689 888,689 0000000000000000000136007479091787d757ff607231e42d309a54575a1e90 1.80 MB 2,479 3
888,688 888,688 0000000000000000000230329ad67028751157f973d040a8431c5689df1e8d6a 1.43 MB 2,608 3
888,687 888,687 0000000000000000000048a42e44ef87555b7d6729fd8b5b53f17a0469379c50 1.54 MB 3,129 4
888,686 888,686 000000000000000000026317ee7c499e99b5faf4d452b9a8bfd9356be5b4d636 1.06 MB 356 2
888,685 888,685 00000000000000000000874b8b548a212d54862cd544d070408e016de52a66c9 1.15 MB 743 2
888,684 888,684 0000000000000000000023618ce85e6d22c0fcb16acfeb81f13d255ee4ca2e47 1.34 MB 1,475 3
888,683 888,683 00000000000000000001a15f3846ffe82709bd50abfae2d5fe4bb8cece6354ef 1.25 MB 1,151 3
888,682 888,682 00000000000000000000f9f146989d36246ab749351e7f1c6c86e45a89b7499d 1.47 MB 3,074 5
888,681 888,681 0000000000000000000276564d5ab1127f44ec89ade2f2661948c48ea606a6ec 1.34 MB 1,265 2
888,680 888,680 000000000000000000021c7fa3a54c56e25d3d86f10cbbe3bdd63c9c4802d3da 1.20 MB 613 2
888,679 888,679 00000000000000000000af670c7aa2049d366d08f068fe4f34711f422657c40f 1.46 MB 1,260 3
888,678 888,678 00000000000000000001da68135594eb1118bc426af790ceef17100bc335ed94 1.32 MB 1,563 3
888,677 888,677 000000000000000000010c96156e8018bddac8f20c8dde1965ee0357f4c32321 1.35 MB 1,749 4
888,676 888,676 00000000000000000000fbd9a6b295d291086517a62509613daef863fd348afa 1.08 MB 465 2
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.