Memory Pool Memory Pool Refreshing

4,111 transactions
1.58 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,957 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,576 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,956 (640,274 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
267,668 267,668 0000000000000002ca1a57d7d7d1a4f90e79b1feca0ca3b558f55e96f6d8da7d 0.02 MB 68 57
267,667 267,667 000000000000000499b11be77b60362be190e05206735aa805e6463cfc8534e5 0.10 MB 203 65
267,666 267,666 00000000000000034845801d51987549103ebd8ecbdef6f239f4f09e9f32d679 0.11 MB 225 65
267,665 267,665 00000000000000064c8ebfe39018e60bb78d2991a65795c453c4840ef4e895f4 0.10 MB 178 41
267,664 267,664 000000000000000626a62c10a5705f229e695c228bb4d4331757b55356251f8e 0.01 MB 13 26
267,663 267,663 0000000000000002f71798c0b2b95137e721f7afc99e394a5e5486dde60b7310 0.03 MB 87 134
267,662 267,662 00000000000000005451a0d7bada8789d075077477166a33b2ddac454daf3d1f 0.01 MB 15 53
Previous 10 blocks ↓
Total Size: 769.46 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,646.23 GB sent, 95.27 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.