Memory Pool Memory Pool Refreshing

5,665 transactions
3.41 vMB
Show Random Selection Loading Transactions
Max Size: 17/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 1,595 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (768,148 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,579 139,579 00000000000003ec0dd2fad14c1edcfeaab82703ec91c2773092db54665dae0f 0.01 MB 24 251
139,578 139,578 0000000000000315bf5dec745bfb02333b75b8c7ca48035bb1a661970a368b9f 0.01 MB 24 109
139,577 139,577 00000000000008a8a9564cc1b441d1195d463a0d61394a3d23ec0c017ff45ea4 0.04 MB 82 164
139,576 139,576 0000000000000126a9f7583971c22455f1ef6db6717a2b8c45ce2f1e721686f6 0.01 MB 29 177
139,575 139,575 00000000000000bf31f50c0cfabaae1f744a2a5e58ff40dfc02bca974a2f6c4a 0.04 MB 88 182
139,574 139,574 00000000000003798a570b4b7dc209b58d3bebb61b398cdf96beabfb556c16a3 0.01 MB 43 221
139,573 139,573 00000000000008ce472f96e6043fc328484b158f2b6afc70ba79aa4315cd513c 0.05 MB 150 159
139,572 139,572 000000000000087a3feb392f69422ea9516ddc40537a305dfc1507cb01827dab 0.02 MB 36 99
139,571 139,571 000000000000081137c4d537c70d582fdeb948359fb61fb37ce462f3a2188d26 0.01 MB 10 564
139,570 139,570 00000000000006f1a3592c1b1a5191933451767815ae88de1da89858d9cc111b 0.05 MB 155 60
139,569 139,569 00000000000004ab969394b312e3e8a78cdba178ee03fa5719818a73132fe7a0 0.05 MB 136 39
139,568 139,568 00000000000006c29d21a744a275909a179417196dbc80706da19bc088784e43 0.06 MB 160 158
139,567 139,567 000000000000011bdf614d6c19d45450b798b787cf0e1b8430ba4ca8891b31c2 0.03 MB 55 179
139,566 139,566 00000000000008ad0fd1107c5e645209437d1fd21042e6892fa8ffed961b4f4a 0.01 MB 19 199
139,565 139,565 00000000000002aeb7ae7cccbe252f8536345429c336359c47aa436e825083c1 0.02 MB 47 179
139,564 139,564 00000000000003c37b007bd281d10e78492853b64019f51ffeba20ae396414c2 0.01 MB 27 164
139,563 139,563 000000000000011bb6152aff4acc51deb897e35b8bbe35817bc8fb8af8ed705b 0.03 MB 61 339
139,562 139,562 0000000000000749f52bd74c3c5db50b7cb0d4f2dbe39d366a241c2fffae837e 0.03 MB 70 81
139,561 139,561 00000000000005be86722fe077c7a3cd2d8ccfabb88b877bb5633d147a0b89db 0.01 MB 11 1,118
139,560 139,560 000000000000044bdd60129d6e1de05c93efa2705d41cd372ea6e7a9516b5a0e 0.02 MB 47 69
139,559 139,559 00000000000002a8cb8be18cc2fcde69fa60a2d3595ab39b07d0ed5b205ee727 0.00 MB 11 170
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.83 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.