Memory Pool Memory Pool Refreshing

4,760 transactions
1.68 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,848 (500,730 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
407,118 407,118 000000000000000004c9c0286ce9624b9ae49cc5f1babd7b120ea3014f8bc844 0.49 MB 1,142 36
407,117 407,117 0000000000000000037229beed87034418a4991fe007c1e69a5d92263d28bfb9 0.72 MB 1,478 46
407,116 407,116 000000000000000000bc784a42d6475ef7bd6921769801a279aa32c0b126a198 0.99 MB 1,241 21
407,115 407,115 000000000000000000d6331a6bd837b360b7d97a16389cb2b33aa5c1145a2ea1 0.00 MB 15 199
407,114 407,114 000000000000000001aa81262b70edfcb784cfc8c4b1b146394f579c5b53c45a 1.00 MB 2,106 44
407,113 407,113 000000000000000000efc69837481339f1b85b942eac4c26f6dbc75dfb156f01 1.00 MB 3,234 60
407,112 407,112 000000000000000003ccbb2691ebf563d5b7e527c9bf136e4bf86607d2d44830 1.00 MB 1,966 35
407,111 407,111 00000000000000000685fa8efc72e35787e554afada7c5f503a3f978c9982de5 1.00 MB 1,705 28
407,110 407,110 000000000000000004c1c6c89645c04b1060327426a6bac91707ba06b8e5c886 0.00 MB 15 177
407,109 407,109 000000000000000002b45c0fc9e2aeed565862d6eeaabc91d3c60a7c241f507a 1.00 MB 3,018 50
407,108 407,108 000000000000000004b5725ac2da77fd7fe36dd9a4eb3fbac194be52b4c4619d 1.00 MB 3,490 47
407,107 407,107 000000000000000001751cc7b15ca70df8d0219c297f437b04b4bcd6aae91ce8 0.93 MB 2,735 120
407,106 407,106 0000000000000000046368d588322a0de5b286a9c0954c93e7c135b20c056d01 0.72 MB 1,686 52
407,105 407,105 0000000000000000008a8c3399d7430adc9e7eb61120035005b0ff8629d5813f 1.00 MB 264 7
407,104 407,104 000000000000000000b55ae92b022baaffa50c0b0fa64c51c715d0d7a1a4b75a 1.00 MB 2,037 38
407,103 407,103 000000000000000003154d431e787167c5328b9e9fabf02566e044dbffaee055 1.00 MB 528 12
407,102 407,102 000000000000000004564f637b1b9542170cfd6ede42cc27272a54b90ec32879 1.00 MB 2,286 48
407,101 407,101 0000000000000000043cfc9dffd1922aae42cbea67d160ece6639323185fcd3d 1.00 MB 879 23
407,100 407,100 000000000000000005d55d3e2d8c44b8f14bf60c65886d0ffbc189c1a0c55332 1.00 MB 1,549 29
407,099 407,099 0000000000000000022f9ce42da63acc25a87e1acf209f7c5c1bc4826bd8cdce 1.00 MB 2,075 38
407,098 407,098 000000000000000005182320915b3c3e659d36aed03db72be49c9c4b59c28ad9 1.00 MB 3,304 112
Previous 10 blocks ↓
Total Size: 769.26 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,635.23 GB sent, 94.21 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.