Memory Pool Memory Pool Refreshing

8,328 transactions
3.35 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,733 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,292 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,732 (619,635 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
288,097 288,097 00000000000000002827d8539d3b08f85a883cb9d79391df50f0286ca2d8fb64 0.16 MB 390 42
288,096 288,096 00000000000000005344ee45370750348585eefb275e39b355c35fbdbcb9f571 0.25 MB 599 35
288,095 288,095 00000000000000012776a8767a2b421cdf88e84d187a610e107bbce267fe3936 0.06 MB 98 72
288,094 288,094 00000000000000007638e499859c0e1849a2fc5c5b1014b78ac5d71e428ba011 0.11 MB 301 40
288,093 288,093 0000000000000000c435a4c9691b1421661038fb3cc231e0eadba62e7e890a02 0.18 MB 416 44
288,092 288,092 00000000000000008af8a88ef8ac610613f917ee6957cf3f453eace69f56afad 0.10 MB 234 30
288,091 288,091 00000000000000008682d6cf0bb82be8feb10b1d9229e4e40f905f273c53b475 0.09 MB 150 31
288,090 288,090 000000000000000045c360795ec8ebe80f4e38f3dc53ab3522eee11eb08a077a 0.04 MB 46 11
288,089 288,089 0000000000000001076b119ee83eee9afaec00ec8de8bb1a9cb08031d421f062 0.13 MB 131 20
288,088 288,088 00000000000000005f099ce31e5df4219ff3dd015ff4df488a118878e755f0a2 0.06 MB 159 59
288,087 288,087 00000000000000004a56c3ff116d8261778be65273f84dad28e1d4d30e98f6f8 0.23 MB 466 36
288,086 288,086 0000000000000000416b8eac223cab92e75f721fb0db239906da2777869508b8 0.16 MB 381 43
288,085 288,085 000000000000000047c42ad00d75cb428067117f716c9684207f54517080b5c7 0.07 MB 117 17
288,084 288,084 000000000000000135a4cf09f11a4e53cfee33d7f07e50122e90fd0f7b8129e9 0.03 MB 76 44
288,083 288,083 0000000000000000be8ffa1c673c072c955f60a573c2c91982c94e49967ba10c 0.01 MB 15 32
288,082 288,082 000000000000000129aa52b96ce8927ad641e90efe30f591d4a988e7f10f5742 0.12 MB 193 33
288,081 288,081 00000000000000008736d33e4b3a675d63a5a9af7943631dbd7c142152d18bd9 0.10 MB 198 20
288,080 288,080 0000000000000000c49dc17d3e0024401a452c83f237064e44b09fb324c4aa87 0.13 MB 212 35
288,079 288,079 0000000000000000199326d5812a1d57ae522dbf2d2939b396a72a1fe61b6407 0.05 MB 112 35
288,078 288,078 000000000000000145a41c072a9fad33817011fa1c44d8cc77bd43f4db46e01a 0.09 MB 138 85
288,077 288,077 0000000000000000cc53941327fec6938bfb970837f5cff86eb91a00602edda8 0.05 MB 58 15
Previous 10 blocks ↓
Total Size: 769.04 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,627.10 GB sent, 93.10 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.