Memory Pool Memory Pool Refreshing

4,900 transactions
1.35 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,818 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,708 (619,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
288,105 288,105 0000000000000001103048d4c72627f6350f05561dc3ead26d945a43c5bf8e23 0.26 MB 534 38
288,104 288,104 000000000000000034d4e7a7624113ce3beb785dd3b3690452a2996fe611cab8 0.15 MB 246 69
288,103 288,103 00000000000000006e62cb7431a25b94045e78fa19072e6cdbff1f1b50749dd6 0.10 MB 176 19
288,102 288,102 0000000000000000b8fd0463ed4900c9f04c150c9b3ccbadef67ad68a3956991 0.23 MB 452 33
288,101 288,101 0000000000000000601959a5288b58d294925be29cbf74b5c8b32b90e6fa2cd0 0.34 MB 490 26
288,100 288,100 00000000000000001292e926c8803a0e2f6f77a10c010ca42dea125249eedfaa 0.35 MB 1,000 44
288,099 288,099 00000000000000015df9fb6eff3de7fd329c114f6fdb6341d3df94543e907dea 0.06 MB 134 109
288,098 288,098 000000000000000016721c23ff9da937e35eac692cc2f218be19d724b419a267 0.04 MB 43 4
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
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.