Memory Pool Memory Pool Refreshing

5,272 transactions
1.60 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,572 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,541 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,571 (859,313 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,258 49,258 0000000011656311c6ca2311af098619d0b3c436c02945f7ee98082520e44800 0.00 MB 1 0
49,257 49,257 000000000a643358e82afbaa80692663d3f9ef55af5a5be31199fd560add4f95 0.00 MB 1 0
49,256 49,256 00000000062374cdb16889f661f96e049b2e470eed7390e934228b34a84537af 0.00 MB 1 0
49,255 49,255 0000000018da03fba1e7f3bda406516d0e27c8bba9454f8fb3b63725271d34f8 0.00 MB 3 0
49,254 49,254 0000000007046d7bd2b7297e6fbc87f149f3cf295df7cc5e144ef99aa289e2d8 0.00 MB 2 0
49,253 49,253 00000000028d3569033420d318ded5b7f72751d4ff6dd2c19d01cbf288553aab 0.00 MB 1 0
49,252 49,252 0000000000fe61168a9e33d3678658f41d223af96d1f102b484f43d81fa5fbba 0.00 MB 1 0
49,251 49,251 0000000015b9fa84e27982312ef1b91bf3f5c6b63c7e486a88b0c9c89ec93607 0.00 MB 1 0
49,250 49,250 0000000007acd6a59a1b5176fbcf790bb784296df166b55f721ffa7cbe3103fd 0.00 MB 1 0
49,249 49,249 0000000018f0f31c0d3d23bbe93a5e1fe48fa8e2aa4940492d53933429b54fd1 0.00 MB 1 0
49,248 49,248 00000000120089da22e58548ac06918c92a7cc2ef2a904ee67c816396cf05c86 0.00 MB 1 0
49,247 49,247 000000001b76ead60f8c77fcfbfcd1122ef4e6bb794ee7587a99dc5bee4ef26a 0.00 MB 1 0
49,246 49,246 0000000023b695310912ca292b7b9fcc5033c89226b76db3cf4ba3b2e1dca500 0.00 MB 1 0
49,245 49,245 00000000175a0d97d382ab4127d3b34908f4acd71a559d784865e857bfe57675 0.00 MB 1 0
49,244 49,244 0000000017e5c608739034f5ea4248245abb406d35624498f6ce35ec30cde50f 0.00 MB 1 0
49,243 49,243 0000000021fe9915e822272b8b657d1fd4d7877a906ab3f40ae4f9220017e7a6 0.00 MB 1 0
49,242 49,242 0000000013643c02d1e192794928e7666f77a69fb39d44b39ced8c8be2bb8789 0.00 MB 1 0
49,241 49,241 0000000001d900b6746f3fa9a3dcac574a64b21ea3f1d7277d85c118088dacec 0.00 MB 1 0
49,240 49,240 000000001ed7a3958743f43c8a61d42bc8e94e18564d1c00e0cab559dc71ed50 0.00 MB 1 0
49,239 49,239 000000000422bf322a92afdbac19aa9f9fffe54788e933af1df1f1ac140e4a04 0.00 MB 1 0
49,238 49,238 0000000007338827074d5d5ac5607fac38fb01334b97c3219b54c6dd9761a62e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.06 GB sent, 100.75 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.