Memory Pool Memory Pool Refreshing

913 transactions
0.37 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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
907,769 00000000000000000002349e0000000000000000000000000000000000000000 0.36 vMB 884 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (768,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,598 139,598 00000000000005ae26291de47ea426bd63333dc8396ad48cd7fce0f35b39a593 0.03 MB 36 762
139,597 139,597 00000000000008d9a65255824687cc3184d12d70111b89f211349185a43cbf3d 0.03 MB 66 121
139,596 139,596 00000000000007849b5464336e727241e8ff9512b152da44cf6e3f3c48a4607c 0.01 MB 8 876
139,595 139,595 00000000000004460fb81e0a4245374b7f30214452dd91e4c6e94279c7020311 0.05 MB 144 55
139,594 139,594 0000000000000363097a41c7f8ce9666f9fa2d7e99bb51ae2eb9c1d90ec4eee0 0.07 MB 186 1,039
139,593 139,593 000000000000001886a30f6dcdad7e652ee18b9b354a305507830981959d22fd 0.05 MB 111 297
139,592 139,592 00000000000007f78a83317d0c88eafb4d03f93aa8db9c0260a0c87e337ec615 0.01 MB 11 0
139,591 139,591 00000000000003a90790d364feece94642c75d0c54cf98a0a9bdf0267c8e389a 0.00 MB 10 164
139,590 139,590 00000000000002fd489750af4e0cd5110f2dda5165b200c25185b0d3c23f8e7e 0.05 MB 152 205
139,589 139,589 00000000000000c2d8c09ba4a4317cebb1fd0c7784b9a49b7194e14641646531 0.05 MB 151 89
139,588 139,588 00000000000005300eca80c00cc232fa42055bbf1dcbd80961698d2db944d4c6 0.05 MB 121 107
139,587 139,587 0000000000000510cde5d44788693f10c93d0da2731ef232fb69bb1c7f4fafa1 0.05 MB 122 653
139,586 139,586 000000000000057fd25caa89f2d24de0acaca5d59f6da904db1610ed3f7e3585 0.01 MB 32 87
139,585 139,585 0000000000000112bc914506b669cbd2f834d3e5a24096bc482c2555cea46776 0.01 MB 28 95
139,584 139,584 0000000000000856423877e6461b95cc05f643d42edf25931004c76ef0e4c0aa 0.01 MB 16 57
139,583 139,583 00000000000008d7855d188b199fdab693bc0d78217ad7e4729f19fcc20a6551 0.01 MB 39 138
139,582 139,582 00000000000005dee5a58fe2e122c7392d041eb26b82be9899ac48838ec2d612 0.00 MB 1 0
139,581 139,581 00000000000008af72aa7289b1d1815a66fc7252c1a418bb0cea3ecd89186327 0.00 MB 15 0
139,580 139,580 00000000000002d2f0d381fa631d4476584857c202e31c321831ea4771f7d350 0.03 MB 84 167
139,579 139,579 00000000000003ec0dd2fad14c1edcfeaab82703ec91c2773092db54665dae0f 0.01 MB 24 251
139,578 139,578 0000000000000315bf5dec745bfb02333b75b8c7ca48035bb1a661970a368b9f 0.01 MB 24 109
Previous 10 blocks ↓
Total Size: 769.11 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,629.34 GB sent, 93.42 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.