Memory Pool Memory Pool Refreshing

5,230 transactions
3.19 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,738 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (112,529 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
795,276 795,276 000000000000000000038decc5f42d01fd8e5129f6ac02da878af0e2a8e5a50a 2.07 MB 3,397 14
795,275 795,275 00000000000000000002362b67d33de990ebc943c66493c35f93b1af0d87e152 1.80 MB 2,056 17
795,274 795,274 000000000000000000012aca60e63119c9964a2d04e6ac3f0a3f4f2af3eff959 1.65 MB 3,579 19
795,273 795,273 00000000000000000000a80c2581a2343e0d9da796b04ed62e159b065c27ce5f 1.42 MB 2,692 30
795,272 795,272 00000000000000000004c8568cb06ee86df8247e48665920e1a7acf298418c99 1.86 MB 2,463 18
795,271 795,271 0000000000000000000161adb0147e2712013185b8f68ec32310ae15c792701c 1.83 MB 3,905 22
795,270 795,270 00000000000000000004d59b040d6bd6cb6c0d7d4d491df7dd84ff6e9f6e874b 1.70 MB 3,661 29
795,269 795,269 00000000000000000000ce799c2381e0ffd2d70ce54c888fff30fc13e053481c 1.68 MB 3,420 19
795,268 795,268 00000000000000000001e4a99b1ad7f3a6dc4c2675b6b3a96f965fe5c780c63e 1.52 MB 3,066 42
795,267 795,267 000000000000000000020016467a547e8abf6dd036b38c4c1defd3b3fdb4b034 1.94 MB 3,319 20
795,266 795,266 000000000000000000008e1a465187ba3aa712ad48ae0cb1b063bdc710a75150 2.30 MB 2,177 19
795,265 795,265 000000000000000000037a71ca590cd4d27258c4cfd3584659e26c3bfeece124 1.42 MB 2,496 28
795,264 795,264 0000000000000000000019cf2d18fed8778b07703dffc1b887b334d26546445d 1.70 MB 3,266 33
795,263 795,263 00000000000000000005239586f641e2988452f5308e10700ea20d697b1909af 1.46 MB 2,642 45
795,262 795,262 00000000000000000001764c5176402fa59c40a1a2a30a331ce15f0c131f4eb4 1.95 MB 3,009 16
795,261 795,261 000000000000000000030f58947974b4c0a03856efc682d7632faf724be452a5 1.96 MB 3,026 21
795,260 795,260 000000000000000000000786c72ce2f1328794b0e86b97777b8b4830b6b5af2d 1.64 MB 2,671 40
795,259 795,259 00000000000000000002ecc812459c059bfc7f78d90b7735881be0cbbc101b2e 1.68 MB 2,550 19
795,258 795,258 00000000000000000003c765f257679adc9e8719b6e792a3d75eff470f69edc5 1.15 MB 1,156 18
795,257 795,257 000000000000000000041153ecd06d972c31bf45c48fb4b45ade8578892d433b 1.62 MB 3,545 30
795,256 795,256 00000000000000000002fe95f9bd9bf63bb301e390427e3e9225aa836678875e 1.59 MB 2,961 27
Previous 10 blocks ↓
Total Size: 769.17 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,633.41 GB sent, 93.80 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.