Memory Pool Memory Pool Refreshing

474 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
907,799 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 474 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (744,160 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
163,638 163,638 000000000000099a7639ec1a45b74eccf3590b03f8c4823e8271f569cf0868fd 0.00 MB 11 681
163,637 163,637 000000000000047fa2351fdd89cfbcb286001f8ed89da9ae7680e5990a9dd463 0.03 MB 58 312
163,636 163,636 00000000000001943b801321208704391bbba3839bc30d36573cc450c5f194bb 0.00 MB 15 262
163,635 163,635 000000000000048874f1393fc9fadec8e881b0a0a66fbbb61a35a8363ace0f4b 0.04 MB 135 111
163,634 163,634 0000000000000c301a6236fda83546b1aac581b10bb12c23adc404037de42a9c 0.00 MB 10 10
163,633 163,633 0000000000000708e20cc595a173314c13ac95443f14ce0d20a84c8fb1064142 0.04 MB 72 440
163,632 163,632 00000000000000fbce2250417df8cd01bc32339d7cca8be2577501072a9e4eb3 0.01 MB 23 118
163,631 163,631 000000000000054942c5f5950c42d54c478eb634ec49cd77f016777b93d5dd42 0.02 MB 41 199
163,630 163,630 000000000000055c5dbffac0e5ff647da1470835a149487c25d0e13ab1619fca 0.02 MB 48 59
163,629 163,629 00000000000007a4b9e4d47a6b2326a2205598b637e7266012e071dfb7703280 0.01 MB 18 50
163,628 163,628 000000000000040c82d4dac16ed50a444ea942ceef472e9d2b8eb41590066be6 0.02 MB 38 154
163,627 163,627 0000000000000ca6a9e35e5aa0796df7f782d07ea2601c356d3fdc2158523ce2 0.00 MB 4 27
163,626 163,626 00000000000002c39f4145eecc318763891ec2091671c6c1fd5048fe8c6545dc 0.00 MB 11 98
163,625 163,625 00000000000000e36b3ccb6dc39bdf9f346ed6b1f096e7d8484ddcc64b078e28 0.01 MB 9 19
163,624 163,624 0000000000000453a837d161033693eba40376e9bce43d98c97f51e74d622739 0.02 MB 60 15
163,623 163,623 00000000000009fd57fdd88016394195787c0c958ddd88d2d6d13d5f25e5209c 0.03 MB 91 61
163,622 163,622 0000000000000add9163d51074ccf0f38cb90923a70f421afdfcc842a0057de2 0.00 MB 17 72
163,621 163,621 0000000000000a9b9ecf4f136baf1c64b2237512ece700869f48f6564fb38906 0.03 MB 78 103
163,620 163,620 00000000000005a88fff18e6cfda0468b7d65d3837afcf62810546bcada8be60 0.05 MB 132 329
163,619 163,619 00000000000003604dd6d9e9b63a60e4adc6f6ad7eb21ce600e92ed518201c8b 0.02 MB 39 25
163,618 163,618 00000000000007939a505a913b62d61b86ab3c88cfb25c3cda187cf7651f8f3d 0.01 MB 18 1,238
Previous 10 blocks ↓
Total Size: 769.16 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,632.76 GB sent, 93.70 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.