Memory Pool Memory Pool Refreshing

5,729 transactions
1.53 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,708 (640,031 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
267,661 267,661 0000000000000004b97f9735f114bb368277371c003dd078144a276c60a60b45 0.01 MB 17 80
267,660 267,660 000000000000000438f371c9ba030f7749aa633c94685f0e108a9906f9567314 0.08 MB 131 58
267,659 267,659 000000000000000a8835fc13fff5e3e48d598026a3c9b3a08034797fc2f254b4 0.06 MB 141 60
267,658 267,658 000000000000000931af3665c2dfd3e77ca5c134d7d5a5d99276621196ff0cd8 0.08 MB 204 59
267,657 267,657 00000000000000097c4643d21f53b52f04c6586c914c1f05c438ecbbb28dd06d 0.02 MB 53 88
Previous 10 blocks ↓
Total Size: 769.00 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.67 GB sent, 92.81 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.