Memory Pool Memory Pool Refreshing

4,413 transactions
1.98 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,871 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,803 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,870 (640,069 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
267,801 267,801 00000000000000011900f0d9814b2a0c31ae218af17fbb8f79dbec17ddc1ce55 0.07 MB 87 40
267,800 267,800 00000000000000047179712179b50dea5e6fb35c6ee6e071aa18b5b2c181529f 0.07 MB 169 67
267,799 267,799 00000000000000079b222701e6554421b2c2143d54a446df22d5bed013274121 0.07 MB 154 88
267,798 267,798 000000000000000163e683e034c078e2dcd83f63d9b5dc6da15a7cc215eddbe3 0.01 MB 9 27
267,797 267,797 0000000000000007f46abd79a5d863c016a7df8c76202f68e5bdcd4a1c238d72 0.22 MB 418 63
267,796 267,796 0000000000000003a0763d1558e889b46f01db7aff2fccdc9f2d12f5486053e9 0.08 MB 162 58
267,795 267,795 000000000000000421b805236156120bae51c0cc0bbf17a72c16acae9631d01e 0.24 MB 332 52
267,794 267,794 0000000000000008d4caa3075a4ca425b3b37d84c51773dd26248d9703d1e703 0.00 MB 1 0
267,793 267,793 000000000000000997351d0fda1ac2f7688432a49a285572bce940c3c78f2fc8 0.04 MB 101 68
267,792 267,792 00000000000000090d0b31dd43abbc50f76bad47007d57ed410a6c8050551623 0.10 MB 132 42
267,791 267,791 0000000000000004d3eb37c5dce49c502a92791a216cb4fb558774c344d15117 0.01 MB 36 49
267,790 267,790 000000000000000967816e0373b5ecb533be4bc40e69c9168ed304cc7b2a9c84 0.11 MB 224 59
267,789 267,789 0000000000000002972fc29f5d39d53dc9292b2fb2c47b15b771646163422977 0.10 MB 228 24
267,788 267,788 0000000000000000bb6e8f4f91225154a6c29e63f10f4c8a6874df2abd60173b 0.23 MB 369 59
267,787 267,787 000000000000000338ef766a6df3638b568aace8141db686901e7f09f254d38b 0.31 MB 669 69
267,786 267,786 0000000000000007cde6794c1f8330eef665f4d35bd459c70996d4682d64309f 0.16 MB 230 50
267,785 267,785 0000000000000003e7546d128439e0ed908c0db513d6548b07a5ecd13e78925e 0.03 MB 64 42
267,784 267,784 00000000000000026fca4f2d8445d6f2dd8d3716967d7ad9bc57f56cd6b363f8 0.15 MB 296 58
267,783 267,783 0000000000000005dc3c000d201bbf66c182a98062613ca0f18dfc6d5cc24e1b 0.37 MB 567 66
267,782 267,782 000000000000000137eac86cf26d164393499ad8d7361194a0648925e4180dba 0.50 MB 945 3,433
267,781 267,781 0000000000000006ce784a07f8bff6bb3e59fe58050864f34e44e846025528e3 0.15 MB 226 57
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.67 GB sent, 94.43 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.