Memory Pool Memory Pool Refreshing

2,549 transactions
1.16 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,870 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,075 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (134,556 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
773,313 773,313 000000000000000000055f6b4bff98dbed217130457de84c2271ef4fe7dc2da5 0.59 MB 1,226 13
773,312 773,312 000000000000000000038e76a289f9740d5b0e68aa3c8985349794fc2cbd877d 0.67 MB 874 11
773,311 773,311 00000000000000000003f4f04d568854d6ab2b10e737e79d4d92e61e6571854c 0.39 MB 729 11
773,310 773,310 00000000000000000003ff3036cc4cb7241fbeb6fa966a8ba1f01c5a29638785 0.08 MB 143 8
773,309 773,309 000000000000000000076dbb28bf6cc6f085e3181053e0adc9942b28bb3a3d75 0.35 MB 839 12
773,308 773,308 00000000000000000003e1d21a6426100bf73fdfe0021c025e15a0ad4b43655e 0.68 MB 1,427 15
773,307 773,307 00000000000000000004ce3cb2fa1f637da1eb3a110a993feb82ae6f76eab5d5 1.48 MB 2,018 3
773,306 773,306 00000000000000000007670a14a38e8201454125c3eed20683d9a8937d8f10c7 1.63 MB 3,165 8
773,305 773,305 000000000000000000056172a08c8f5a523d5be292960f74006fd1c89f231ca2 1.72 MB 3,394 9
773,304 773,304 00000000000000000005909434194e28e4716311b487a8308c95e1f9b3ad5f03 1.35 MB 2,313 11
773,303 773,303 00000000000000000003b16615081925c6ac94eb4cfc021335955d84a9c4e5d3 1.50 MB 2,804 10
773,302 773,302 000000000000000000063e38d8932129c37eb5fa6940aec8ecc61934c572276d 1.28 MB 1,615 13
773,301 773,301 000000000000000000076a58af5f69d79d235dd4c365b0175527e98d655c3564 1.53 MB 4,061 17
773,300 773,300 0000000000000000000467f1c981141cd1e8a8a45a4071ad21e422f01c97c1f9 1.34 MB 1,983 18
773,299 773,299 00000000000000000006dcc88dba3a34915e7f8375a3bf8792e0d839ace45634 1.38 MB 2,877 20
773,298 773,298 0000000000000000000171cbfff9b84a67ba9e013b953ed06c8005c6b5e5ed7a 1.37 MB 3,331 32
773,297 773,297 00000000000000000003a10759e782f1e4e6249a4693d090f023e88cea6d3f78 0.03 MB 64 14
773,296 773,296 000000000000000000039a40286bb18c1cd17c693bf79df0ed2ab24ba8c16eda 0.54 MB 1,183 12
773,295 773,295 000000000000000000005c54398f2e883af82d5fbc2dc5f8f318b10a03826458 0.69 MB 1,590 14
773,294 773,294 0000000000000000000202728cd7836421c1b8c70f3b9c0117118da4910ee560 0.66 MB 1,515 13
773,293 773,293 000000000000000000075b3d905eddee5336b48539395574b4be9b9b52c3cc00 0.08 MB 187 13
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, 113 incoming
  • Data Transfer: 1,642.59 GB sent, 94.41 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.