Memory Pool Memory Pool Refreshing

4,473 transactions
1.88 vMB
Show Random Selection Loading Transactions
Max Size: 9/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 ago 1.00 vMB 3,158 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (562,942 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
344,927 344,927 00000000000000001730401fb046d5d5c1ac055b3984efc0112f2b0fba4cdc33 0.11 MB 201 16
344,926 344,926 000000000000000015d6fd57ecdc6e31e1359fc0dddc2effaccb34f2e38c5f64 0.66 MB 1,293 28
344,925 344,925 0000000000000000122e4c5884b843e8465122b585c7c10cbf3440c84b5c8de2 0.34 MB 644 27
344,924 344,924 00000000000000000978e2d48aa6451b8ad28f746fb12eba55663f128a64356a 0.39 MB 714 23
344,923 344,923 0000000000000000008f28b76bbcccc8637577a2a861255cfae7e39def8de175 0.05 MB 78 4
344,922 344,922 000000000000000004b71bee8fbd0410d5666554da92099ec37fe4ff9fec900a 1.00 MB 1,940 27
344,921 344,921 00000000000000000de0d51bbd9c8184b8d2450c55ffa501a0bd2a76d4b3d769 0.75 MB 1,563 28
344,920 344,920 0000000000000000129661040c5b3e07d9946b76337fdb90a8a5f9379bc3d805 0.21 MB 283 15
344,919 344,919 0000000000000000144b37b978ff6497c31047e28261d195fb83f348f706b9f9 0.75 MB 1,385 24
344,918 344,918 00000000000000000098577aae1a0b62f88fb5f8fdfbd93cb88157af412ce59f 0.25 MB 698 35
344,917 344,917 00000000000000000c84b8cc0ab79f5d22a59529e42df37f536919ac857b33d6 0.13 MB 245 18
344,916 344,916 0000000000000000094f6f34a680ac0905fe0e15054d317358a03f2c5c0360d3 0.30 MB 523 23
344,915 344,915 000000000000000003c347b2fba8eea7c7d867483b5e7f736134ad226721398e 0.71 MB 1,333 25
344,914 344,914 0000000000000000059574cbfdbb17f90b837e12fd175b88433d26e1f4b3d9cc 0.56 MB 1,055 25
344,913 344,913 000000000000000008421056972698e138e5ef81dad00356dfcb21015d8594e1 0.09 MB 150 22
344,912 344,912 00000000000000000121eb3af34d679b18fbd226eedf91b0c5907509415ce0c4 0.42 MB 740 24
344,911 344,911 00000000000000000ff5c417997c1e63ea203af97a129f57f10554a2e21ae005 0.17 MB 263 22
344,910 344,910 00000000000000000a6d1fb3917e3c285a3d5a2534d85196e604e69c15994719 0.11 MB 189 22
344,909 344,909 00000000000000000b71971ca5dbc23da254c3293e4a718662e916fb35f5806a 0.10 MB 120 11
344,908 344,908 00000000000000000575ba77c43458c9f0bb5351f6839c08a83f9bd20fd4e664 0.11 MB 192 24
344,907 344,907 000000000000000005b1f713d7414fd272ea1a39ac154fd60cacbe3c92227b4d 0.67 MB 1,198 25
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, 114 incoming
  • Data Transfer: 1,642.60 GB sent, 94.42 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.