Memory Pool Memory Pool Refreshing

2,619 transactions
1.41 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,737 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,654 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (46,486 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
861,250 861,250 000000000000000000022b8d69146d4baf648ed392bb64586a7a4c9c5e649a73 1.53 MB 2,944 5
861,249 861,249 00000000000000000002c765e0b9295f265d2a6886698d089bf36811e8ef076f 1.52 MB 4,424 3
861,248 861,248 00000000000000000002e777f67fe5790a78b96c749a406108e3ace68580bc8f 1.66 MB 6,964 2
861,247 861,247 00000000000000000001b9633995a7789dcfb5c3d4439e37f3834c08a8827983 1.56 MB 7,523 2
861,246 861,246 0000000000000000000288dcce0df32bf5510fa518330f95e4302264acdaece2 1.66 MB 7,397 2
861,245 861,245 000000000000000000009240d192b3f852dbd645b8fdae1f62330efbed230df9 1.75 MB 4,785 3
861,244 861,244 00000000000000000002e13e48ecbfc89274b856e13d39edb4d4ce2698f5509b 1.63 MB 3,640 4
861,243 861,243 00000000000000000000c994a81354640cb470834b14e14657d7fd8c2036d8d1 1.59 MB 4,098 6
861,242 861,242 000000000000000000001e857419613e0437a7bb086b6e49e7c2bc4d403863cd 1.64 MB 6,925 2
861,241 861,241 00000000000000000001d982954580b44a9f02d5d22e960349dfeabfd277f621 1.61 MB 7,066 2
861,240 861,240 00000000000000000000b8220b1c3ea5dbd890172f6038e2b01d8c870087cb1e 1.62 MB 7,060 2
861,239 861,239 000000000000000000002fcd74d50748f40735c4404b678a94b0c487d9f8d2c4 1.68 MB 5,025 3
861,238 861,238 00000000000000000001bd7e496061debf1e0ef74c6a43678739060a7f308c0a 1.55 MB 3,570 3
861,237 861,237 0000000000000000000044a120265922937a9241fc7feace349c4668e3a61041 1.51 MB 2,661 4
861,236 861,236 00000000000000000001c8adc1b358e4611d93b308f698d1eddce0ec299c48e3 1.55 MB 3,274 4
861,235 861,235 00000000000000000002c0dba72ac69085bdeeef4e15695a5b96056d3e6bfd3a 1.56 MB 2,500 4
861,234 861,234 000000000000000000021772d744eb5242183611ab5766a7548ee62cd392da9e 1.45 MB 2,175 9
861,233 861,233 00000000000000000002dabef944a9c8986b8a357b2a3201bc3a8192eaee0c99 1.65 MB 6,476 2
861,232 861,232 00000000000000000002cafaa80df5d1775b6445161e538d0ec14ca08df2eeb9 1.62 MB 7,249 2
861,231 861,231 00000000000000000002811e7b95b2473a875fccef328429e3f2f8fa8e5786fe 1.57 MB 6,659 2
861,230 861,230 00000000000000000002284095c5342c6f1a66dc7f3e5915fb117a1ccfdd2160 1.91 MB 4,076 3
Previous 10 blocks ↓
Total Size: 769.05 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.42 GB sent, 93.12 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.