Memory Pool Memory Pool Refreshing

9,786 transactions
4.53 vMB
Show Random Selection Loading Transactions
Max Size: 24/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,056 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (631,145 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
276,580 276,580 00000000000000022beaa1d3c2bf83d8f92ee5e20683e79592525df5766b6071 0.25 MB 596 50
276,579 276,579 0000000000000003390fd1bc42963659f3943b9caffff5576be32024897e351e 0.00 MB 1 0
276,578 276,578 00000000000000023733852559c1382ad13dff8a2c01d52390f1c2a300de2241 0.20 MB 291 33
276,577 276,577 0000000000000001382e50dcc8ed4da66c17812898ddb296aae6762194137c1d 0.25 MB 141 15
276,576 276,576 000000000000000231e45a928786a192f15b1216348c84c7e705d32d86f9d6db 0.25 MB 417 37
276,575 276,575 000000000000000171ae4a5a8895e72d595240041c71b36f2469aecbaa18ba2f 0.00 MB 1 0
276,574 276,574 00000000000000027c812adc98f706eb11cced71c5b2a56bd6183f727ab32213 0.25 MB 440 53
276,573 276,573 0000000000000001dd0c2d3631639a5cf40958902c4de2a46dc8d26403857a02 0.25 MB 467 36
276,572 276,572 00000000000000002c83e3b328def6cd3d0a11ae3e8b6af5dfe78bc037c29db8 0.25 MB 589 35
276,571 276,571 00000000000000021b597cf409d1a63c090e9e9db4ef52fccd92c1d2b562b86b 0.03 MB 41 79
276,570 276,570 00000000000000035893dfb20a5af665c2a46634cce5cf451efdfd614ae3eea4 0.25 MB 672 68
276,569 276,569 0000000000000002fdd2bf6c2fe231b1cb7741125eb7d4e4255a5e4cc169b95f 0.15 MB 347 54
276,568 276,568 00000000000000024b5ffd2572b8401ab9e66c3c7658bde36cbbbb83e2053250 0.30 MB 274 29
276,567 276,567 0000000000000002d85e93e6a4b65a335cfb5a371a2714162546240d05df963d 0.50 MB 345 14
276,566 276,566 0000000000000002701927fbb07352f408b6446cc4fb7db933e6b8e665681765 0.50 MB 1,046 28
276,565 276,565 00000000000000013355aa09e814bd8afdc043b434df6851d4b22ae623ec0164 0.17 MB 512 69
276,564 276,564 0000000000000001755071cbd1175cf88b103726bf298838d7e5dbdc0ca399a3 0.25 MB 633 41
276,563 276,563 00000000000000033f735f8d49bf52d1b67fea2d0640c9272ad1c998ab3dbaa0 0.25 MB 686 100
276,562 276,562 0000000000000001e28604f9eeb8696b734974698a986ee82f588cefc10b5cf7 0.04 MB 117 38
276,561 276,561 000000000000000242f3da98f087eb86c0c28ae2db582363a25fd33e81e15d5c 0.35 MB 818 30
276,560 276,560 00000000000000007002a3ba857814f7670f349ed07b9997fae3be8dfe2ba93a 0.25 MB 908 49
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: 10 outgoing, 114 incoming
  • Data Transfer: 1,625.66 GB sent, 93.04 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.