Memory Pool Memory Pool Refreshing

10,537 transactions
3.85 vMB
Show Random Selection Loading Transactions
Max Size: 22/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,732 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,763 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (652,324 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
255,407 255,407 000000000000000d9db729c3f3d836afdf87307a7bea035b9492a601ba5dc77b 0.15 MB 306 100
255,406 255,406 00000000000000407ddbe67451a171ebaa9383bf70fd6e7d6f6911cb0e220fc8 0.03 MB 18 18
255,405 255,405 0000000000000004d44d8cf106308b9f7ddf83df16b594127f5dc93f64f6d8f5 0.05 MB 115 101
255,404 255,404 0000000000000026f773dcad73cd54ebeb637824cf780758ec3af6936a1fd826 0.05 MB 114 97
255,403 255,403 00000000000000009b8273c3f319b56003349aca5c4f01349ac610aee2e1bbb1 0.01 MB 8 81
255,402 255,402 000000000000001998c0393b2ebdac7e2dc6e936128da74cd441b6e89010fe41 0.16 MB 414 123
255,401 255,401 000000000000003957914308ea6a6a6b285ac29d6a24e6b5872b7c5215b92f24 0.19 MB 420 85
255,400 255,400 0000000000000029ee2e58fe4c414cc653209c133c4420ff8813f18d69ec66e2 0.10 MB 256 219
255,399 255,399 00000000000000179b7cf635d995cbd56eb96796263e75b6bc11fe97ca999093 0.06 MB 129 102
255,398 255,398 000000000000000a070382c90d21e0d398b864c1d56efc781e129f95c1023f43 0.10 MB 218 104
255,397 255,397 000000000000002ea16567dd949163fea078d73ae404192751bece80d67db5b4 0.22 MB 464 96
255,396 255,396 0000000000000032c954747743ff1a1f620de5bb5f3a60d36b68ac3f8e607617 0.09 MB 142 95
255,395 255,395 00000000000000372e7d9cd77045524f1b1caea68c88598b8cd502ff1b6c945d 0.01 MB 21 102
255,394 255,394 0000000000000004a0fd45b6f49269835747ee4e8b8645497cff7035f260eb80 0.09 MB 175 82
255,393 255,393 0000000000000021ca1b80d80c9994756f106ac41fc9933619247ae65541ec23 0.01 MB 33 151
255,392 255,392 00000000000000213d56f885ca27205bc81356afa85990b1bcd0705d1613afdb 0.01 MB 24 86
255,391 255,391 0000000000000007c18124ed212e92ae036ec330d0f4c217a55b6d916a9dcf22 0.01 MB 21 51
255,390 255,390 000000000000003948cdef72b32c8bdc5e509609e36b5a6f14d3c288a930ee48 0.14 MB 230 80
255,389 255,389 00000000000000283b05f319ef42845edbd4c1c8e6fb392bd67ea8db0177ac24 0.07 MB 140 88
255,388 255,388 0000000000000004ca645ea1a6e4b9e7eaed915577959eeaa6587dbb62f7bd6c 0.08 MB 185 125
255,387 255,387 00000000000000284b188a9ee8ed955f3151d6da8d15c52792770b94645f1723 0.02 MB 35 69
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,626.98 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.