Memory Pool Memory Pool Refreshing

888 transactions
0.29 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,104 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 887 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,103 (640,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
267,697 267,697 000000000000000adb2ecc45ad479b335c58b147f2d2bfaf29cd3fc6ad5528a5 0.06 MB 146 48
267,696 267,696 0000000000000007f06aed407ae34db78e73427c65503e1c7c4448c6e92e8fee 0.00 MB 1 0
267,695 267,695 0000000000000007e02651abaa09d777474d9357f5d3726e1c05bc232b613284 0.02 MB 43 97
267,694 267,694 0000000000000001c4060bfa8ad1496990d1717d9cc87a1a2158ed5affd62d45 0.04 MB 97 48
267,693 267,693 00000000000000013f6ee6c9e22b9339f4fd7e89931ec708558c308f02b7af19 0.06 MB 131 40
267,692 267,692 000000000000000484c51c5ec13c4c0d36153070bfcfada2159d6cd2a2b5b84a 0.20 MB 459 53
267,691 267,691 00000000000000048644818ef0c1fffbf692f4c951eaca7db48686ec46cb798b 0.15 MB 317 8,000
267,690 267,690 000000000000000a8f1adb09e11dbd31cb95e7a3627d424b8df62cd265876518 0.05 MB 156 53
267,689 267,689 0000000000000008cd08ce2a18b21608f374a11214799656eb3d47e0556ffda9 0.05 MB 135 42
267,688 267,688 000000000000000864a4a5b50c3633026080b9139aeac1fac5cb8c5d71508966 0.24 MB 506 56
267,687 267,687 00000000000000056ea04bd5d07f435511c957636aa185b681a29b7bc9644551 0.04 MB 83 54
267,686 267,686 000000000000000856a3ebfa4a55b0b84fe6652996a1991412d3c40bc8a71a0e 0.00 MB 10 57
267,685 267,685 000000000000000513bb077b1b37f62ee8eeb455f650e0f8781bea23208f9c47 0.09 MB 220 60
267,684 267,684 0000000000000005fbe4b870475de2db9f4f9d74429a8f3b4baaa53e7c5f0008 0.01 MB 28 103
267,683 267,683 0000000000000001879142c789919a3124ea3417af3f9afa238da1645d839675 0.03 MB 67 61
267,682 267,682 00000000000000084058849e865a6cc5b3d3cfbac4268ec385dd4c63e14c4c8f 0.04 MB 104 53
267,681 267,681 00000000000000079537ba8232231cb8c9a88aef1d10de53a2d9c1063b5c08a0 0.00 MB 5 30
267,680 267,680 000000000000000a05d808994654c2262524e82af5b83d4a9d4e21ecb84c2f87 0.02 MB 52 63
267,679 267,679 000000000000000247035dcba28a4340fd3d7ee19588d219991d1051e1b2756e 0.01 MB 21 40
267,678 267,678 00000000000000067f05ea221247fe2e79136788165e4acec37a22228fc2104e 0.03 MB 67 22
267,677 267,677 00000000000000019884653e19d12888ee0c43953997749945decbde9ca02d2d 0.14 MB 350 56
Previous 10 blocks ↓
Total Size: 769.74 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,679.15 GB sent, 96.57 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.