Memory Pool Memory Pool Refreshing

4,270 transactions
1.73 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (647,624 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
260,145 260,145 0000000000000013b7eb99e6e94c5b1b87ea9e0ed6de01d0fd60a80b4148b633 0.23 MB 563 153
260,144 260,144 000000000000000c6b0afd70d479a9437429ef81c0e2c96ca29f8fb2b3581d9e 0.25 MB 199 41
260,143 260,143 000000000000000d81d004085c889cb7535c07c01cc7670ea0682afb58a1ea2b 0.25 MB 204 42
260,142 260,142 00000000000000091fdc374b739eb370c76f2aad87cc45660468e414b5932fcc 0.25 MB 573 185
260,141 260,141 000000000000000d9ac13b608ccfe8d1ee16a33b420e91ee3cbce2fd4c9c086a 0.02 MB 66 76
260,140 260,140 0000000000000013fac5d3ebb6fe35b29735af4cd9e06bb2d3fbc11e088f04e8 0.22 MB 540 99
260,139 260,139 000000000000000d283c83c42f79d1c2c6a61041a826c47bd80b962cd3e1c1a6 0.45 MB 1,085 111
260,138 260,138 000000000000001ae9b2342b1020b5deea9ab4a538143b694e4d0372d77ea54d 0.04 MB 79 64
260,137 260,137 00000000000000062af9a4db2ad46b7c15c67c11c225c4e24ab11f8311f85b56 0.20 MB 483 106
260,136 260,136 000000000000000f322634dd2e08d1d4f7d5bd20e29ad9ad9f3ea5a5fca03270 0.10 MB 229 126
260,135 260,135 0000000000000005148048f306a31bc981c1afe5d04192c1b6a59ddcf6864fe4 0.09 MB 118 85
260,134 260,134 000000000000000654a81e2a0965c9e4cad4cae48783fef52ae250598250e706 0.25 MB 512 908
260,133 260,133 0000000000000010113f264055d6dceeea4a3d181003ba59a113817ad19579b7 0.25 MB 626 125
260,132 260,132 0000000000000001f98da70a427f9519c4bd111d560993281f89fc513c70c403 0.06 MB 124 55
260,131 260,131 000000000000000f9fcf185529ee44c6e64eae071f117d6ee83e02ba5548dd6f 0.05 MB 35 26
260,130 260,130 0000000000000006983914149f1cd6be83762cf369bb1b2e776c69ea6559315f 0.25 MB 545 106
260,129 260,129 0000000000000000f63386e81e6b163fded690630ece2132e777d0b48aa9ab94 0.10 MB 331 27
260,128 260,128 0000000000000003b2c318ab56ac83151e201d41d921e942d565e93ad07be6b7 0.00 MB 4 33
260,127 260,127 000000000000000e29d55103f838cde19cc2fb8b0183d577be6b37214d7ed3fa 0.04 MB 70 90
260,126 260,126 000000000000001a886ada8f080fe8ecdd25bb65e2d810300978ee60dfc62b51 0.21 MB 306 59
260,125 260,125 000000000000000e640ca1d933bf278c696931169ac42f1c385ff81d61190686 0.03 MB 65 37
Previous 10 blocks ↓
Total Size: 769.11 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,629.69 GB sent, 93.45 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.