Memory Pool Memory Pool Refreshing

6,352 transactions
1.95 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,696 (164,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
742,739 742,739 000000000000000000039dcce2221e1b6caf958fe45a1b808bd6aa79855bd8f5 1.53 MB 3,158 13
742,738 742,738 00000000000000000004cc170c43c2a0fc8e43015f2ca28a7ed12ef64b18eeec 1.46 MB 3,487 20
742,737 742,737 00000000000000000006d882c8b0c48f3a64f39c3ac254be8da47982dc483793 1.36 MB 1,263 5
742,736 742,736 0000000000000000000883088d7d6076444edce9efe000b1f2835cf2c8fcc8fe 1.57 MB 2,437 7
742,735 742,735 0000000000000000000798eb96b176f017b0636c574e68bd9a4bf6f784f12515 1.46 MB 3,290 16
742,734 742,734 000000000000000000012cf86e9d61e8c550dc313353ae1d48b4796d1fa4ce20 1.36 MB 1,386 5
742,733 742,733 000000000000000000017969ad86838d2eb0f0b4ef9f2543d42d4009e586f3cb 1.44 MB 2,703 15
742,732 742,732 00000000000000000002069b0189d757a0c1575e884751609b2d4e7365dc9f14 1.42 MB 2,385 8
742,731 742,731 00000000000000000000ca8cfed3d90bedb8846697e92f322b8f75f4275ebe98 1.92 MB 1,520 10
742,730 742,730 000000000000000000069bfc38a871e380d555a42e0266bb5c8fcc18e9b08037 1.46 MB 2,850 19
742,729 742,729 000000000000000000075960b86cc605ab275d200ad7cea193b2f9c4b935c75f 1.09 MB 490 10
742,728 742,728 00000000000000000002e0206ddfd1c8ba22af076fb221829ea0854969e30845 1.27 MB 1,596 19
742,727 742,727 00000000000000000000063a1065184f802038829396c38f67056c56f627ab89 1.32 MB 1,084 5
742,726 742,726 000000000000000000048e344750174071c1098afec900f7011d841fbb463847 1.51 MB 2,942 6
742,725 742,725 00000000000000000006a097a5c141276bad6ff053fa4a1c1a235bacc73a8dab 1.54 MB 2,557 6
742,724 742,724 0000000000000000000411ebdc7ae7d32690de7dbfe3f405275d88c018170150 1.54 MB 2,795 15
742,723 742,723 0000000000000000000066166517f1fe22ecbdd980e988f213491ab0d06d9ee6 1.62 MB 2,293 11
742,722 742,722 00000000000000000002ea676a94143f5dd690df555e38934741de2a8ec9cc9b 1.51 MB 3,017 22
742,721 742,721 00000000000000000008c70cbbaf03de56c978cb60f6db5d5f66eb564ec4382d 1.51 MB 2,986 17
742,720 742,720 000000000000000000052e9ae539663ee328be1f743246ce669bc839f46e8649 1.52 MB 2,710 15
742,719 742,719 0000000000000000000202a4488a544ee6644a4c7f8d0dfdbd54145e9393d8fb 1.51 MB 2,600 15
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,615.98 GB sent, 92.70 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.