Memory Pool Memory Pool Refreshing

6,811 transactions
2.58 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (640,010 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
267,676 267,676 0000000000000003f6929f5c25be289f655a25b6928b8b6d2ad53082aafac5fd 0.18 MB 374 65
267,675 267,675 00000000000000043b285d9d91b1fcd721e129254693c58ba760c6573f2c2cd3 0.05 MB 88 43
267,674 267,674 00000000000000084863d79012544c67bb1ce981f614fdc2b625ef69c20b330a 0.03 MB 62 95
267,673 267,673 0000000000000004d2fa89d6e1fc4933b97020633da799cc58b9e82afe58795d 0.08 MB 141 43
267,672 267,672 000000000000000593b5d8b36f068ab2b603eda0e10f8a0dae63415a0d5f0adf 0.10 MB 183 73
267,671 267,671 00000000000000009a4a748e0b4705e4fe55a8691fec1b87506861adfddb25b2 0.02 MB 37 49
267,670 267,670 0000000000000005d5abdd938b37dc948ea2234b3cc812acc31d2e575f601aaf 0.15 MB 240 42
267,669 267,669 000000000000000202479cc47f840db37eb55e888feb35d1eb884c6828a67e64 0.02 MB 55 116
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.51 GB sent, 92.74 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.