Memory Pool Memory Pool Refreshing

3,485 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,002 (723,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
184,587 184,587 00000000000004237569c5ca2b675406485c102d6219533f7f000a27765ff9e5 0.05 MB 129 131
184,586 184,586 000000000000022a38dbc36021597726bece8e0d1a885f60bab81db35786867c 0.05 MB 133 163
184,585 184,585 00000000000003f3206d453b76dd274f985c95eb440545b47f7fb757fc0148d4 0.25 MB 626 141
184,584 184,584 0000000000000539068dc04bcf65adc36fed9453f646938b5a3b7dea4067df55 0.25 MB 512 123
184,583 184,583 000000000000010d3b051090741a37681a1f823587cca10f449d357221f60b2b 0.25 MB 469 130
184,582 184,582 00000000000002b82830319dd4d75f59025517402e58928479b1827ac86c3cb9 0.00 MB 9 6
184,581 184,581 0000000000000497325b3f6941d220ab2ac8ecd682a8fe0ba2be891cceb49439 0.09 MB 200 102
184,580 184,580 00000000000003132f5360a5b5d556a2330287176b5d95d801f852b16b9328d3 0.42 MB 906 117
184,579 184,579 00000000000003371eb83d3c1e79565dd914c4cd6d5a771827932c787346cd00 0.25 MB 685 154
184,578 184,578 00000000000005a8e3571ffcdea2b03b29bb2ebf1643eaa7222f06e481bbe006 0.25 MB 635 148
184,577 184,577 0000000000000836fef339e5c80074f6e76fc1232402cfb1388b8ec0c907f2a6 0.25 MB 629 138
184,576 184,576 00000000000008412dbc265f7e6bd059393aa8a4fa52883a66eb172fecff55bf 0.05 MB 136 129
184,575 184,575 00000000000000060c4e736389efc51a593382ff98bb50a8ba2ab2c375c59cfa 0.05 MB 148 144
184,574 184,574 000000000000053c08173a1f646ff45cedbbac1053cbd35de59099fdd59cab78 0.25 MB 633 150
184,573 184,573 00000000000000d80c5263ef30b47c71c1110a369ce672243b2924511fac5924 0.05 MB 154 171
184,572 184,572 0000000000000819937b1f7a57f63bb10a206b6b43a123a6df35ebbc75292913 0.01 MB 30 122
184,571 184,571 00000000000001578511e14de7f551f9dc44fd63c40d0f293297f46b5df145a6 0.05 MB 136 100
184,570 184,570 00000000000007ce503b6c96cd47b3b6481cac41b2c0c470e75f90b80745e6d3 0.28 MB 562 130
184,569 184,569 00000000000000de6c2a04d7658472c247431f28a4b05b3d2b019616f40ea1d7 0.05 MB 156 76
184,568 184,568 0000000000000417f678fa8f26da510a7e203ab5b8baefcf47ce216740ac1bcf 0.25 MB 511 133
184,567 184,567 0000000000000921ff2fd8b85cdc14c775bfe98a558ea1ae103581cd8932920e 0.42 MB 1,141 141
Previous 10 blocks ↓
Total Size: 769.55 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,648.93 GB sent, 95.69 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.