Memory Pool Memory Pool Refreshing

3,263 transactions
1.21 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,529 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,440 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,528 (859,262 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,266 49,266 000000000f0dff54a4ce3d065c8f9bd3de4df3b8084591ece42925d1c37aeee7 0.00 MB 1 0
49,265 49,265 000000000af44285bb7e63def474d2a6e456101bf098fd5a5264a11c7c3231a9 0.00 MB 1 0
49,264 49,264 0000000000b8ef9fb89e296b3c0c822652ff75417c7afcfd54f01e5a4f651301 0.00 MB 1 0
49,263 49,263 00000000106a572679f822843e522534173d6a481486abfd5a6dfe222ee1d53c 0.00 MB 1 0
49,262 49,262 000000001f721412090143b4b99effc470587edc08434e6f9a98d3c8081bb19b 0.00 MB 1 0
49,261 49,261 0000000019797424763c7141a8925940e4e0421cfdd1075fbc0aa8b87b007a71 0.00 MB 1 0
49,260 49,260 0000000000b952a7de77d412aea5745e6c500cacc3eb0bd318e9e08280ebfebb 0.00 MB 1 0
49,259 49,259 0000000029afc301721174f1d527482c977ed21ca97061116107c7f8b14c3271 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.67 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,842.28 GB sent, 100.38 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.