Memory Pool Memory Pool Refreshing

6,725 transactions
3.81 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,333 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (449,087 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
458,640 458,640 000000000000000000322923546507961c836236cc1109db629d7008ab85a8ca 1.00 MB 2,099 110
458,639 458,639 0000000000000000022fa91cc6b2b385e59231fb8aad96b5db8bb0282682467e 0.99 MB 2,463 184
458,638 458,638 00000000000000000144a02d81ee2678191409d7c89a6a65498d135fefa6cec2 1.00 MB 2,131 103
458,637 458,637 000000000000000001003d38cb9ce67474ff989f4f48670cb367e96062223b80 1.00 MB 2,259 198
458,636 458,636 000000000000000000cfe8feee30bb0079c3f448be515f20c88eb065af4789b5 1.00 MB 882 78
458,635 458,635 000000000000000000c724cf674e4e19044edcf9710b6bf031cbe73cde674801 1.00 MB 2,225 108
458,634 458,634 0000000000000000021980dd20778f19ed7ca6c292b7a39001ad05273d733d56 1.00 MB 2,159 170
458,633 458,633 000000000000000002425e86ec3e926835cb64f2923aef68dea2dd7f1cdfe040 1.00 MB 2,471 217
458,632 458,632 0000000000000000024dab0028806930b0407d01d732027308dcc124cb7fecef 1.00 MB 1,509 111
458,631 458,631 00000000000000000126b87135a35cc34e6c1d7008b2acd4aa7dacf02eaf259f 1.00 MB 2,151 122
458,630 458,630 0000000000000000005df236ec175aea260756e1a213e1f6c3aa25ffb82bdef3 1.00 MB 894 51
458,629 458,629 00000000000000000057e5e11b5f73250fea252fb57c5396ee20615383a3bd0d 1.00 MB 1,244 89
458,628 458,628 000000000000000000a6a276d9da025184c5d5dcdf3805a7441ad45f46116c92 1.00 MB 1,467 76
458,627 458,627 0000000000000000007f3d55f623dbd14eefbd75e3e5ec09db99b6bbf3e6aa91 1.00 MB 2,048 127
458,626 458,626 000000000000000001576a23230ea543d38ba3af7c3c59133363540d5a1dbd72 1.00 MB 2,106 158
458,625 458,625 0000000000000000016a114648eb60d8f2d42991b323d8f857beb2f877fd72b1 1.00 MB 2,482 165
458,624 458,624 000000000000000000e919174a940861c69f7994487826179e4634de898f2313 1.00 MB 1,762 225
458,623 458,623 0000000000000000006eecc5aa95ab3f4a3b4db63d5c20c376d88b8168afc0e6 1.00 MB 2,507 92
458,622 458,622 00000000000000000042bc4c4ddeb3c663d2dc5e068933a169d7195b3dea9906 1.00 MB 1,749 112
458,621 458,621 000000000000000000726b56bc8b0883ec3c89bb217fc0e75cb6f4a29cc7b1dc 1.00 MB 1,986 121
458,620 458,620 000000000000000000831b0a3995ee29bcc2ab76639c483ae6398986287a07f6 1.00 MB 2,397 227
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,625.92 GB sent, 93.05 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.