Memory Pool Memory Pool Refreshing

12,158 transactions
4.15 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,065 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (617,554 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
290,176 290,176 000000000000000021da78df3cc8555e20beb68c002db530913539cfcbbb6b9b 0.10 MB 124 13
290,175 290,175 00000000000000011687533f1a61b42931201336537d0ce736851d663559ba39 0.29 MB 529 39
290,174 290,174 0000000000000000d6d754ad8f4bb428ee06621cd2df43be80083b661e3c7efe 0.18 MB 277 31
290,173 290,173 0000000000000000387ebf023e7204cd028f08b43e03ba2c258ed17103a0828c 0.25 MB 537 37
290,172 290,172 00000000000000006adfa30f3ec32a6447164b632ed0497c7fd5db6c222f6a5f 0.21 MB 372 29
290,171 290,171 000000000000000029896a69cd00f2f475563a8ed5c3337935da14b2e95ceb8d 0.22 MB 381 35
290,170 290,170 0000000000000000fd2b83404f9764ce80cf4663fee253a14905462e1bccc35c 0.04 MB 78 26
290,169 290,169 0000000000000000d094df87d3c822998c7ba70aafeb2d22b0ad72480e88ba80 0.03 MB 86 9
290,168 290,168 0000000000000000ef41b71a184c7dae5413d1860e6ffc2e46224abfd9051331 0.13 MB 262 33
290,167 290,167 0000000000000000864ddf520c0b406708b93165d99f5e265d39c5dc9b7ac54b 0.10 MB 169 21
290,166 290,166 0000000000000000f41581ab8b3238cdb3fd312b8cce1f7e8077be11ba9e47f9 0.02 MB 27 19
290,165 290,165 00000000000000007e1ea63370e5107e138ff6df270532042b5d8bba0069a8bc 0.06 MB 119 14
290,164 290,164 00000000000000011abcb8430bc06ca96f22a96a19811bc5f43c1ae68bc560d0 0.25 MB 291 29
290,163 290,163 0000000000000000a0237f5fab4e02a65f1479e09fc5dc46822d2de00263ae03 0.25 MB 469 440
290,162 290,162 0000000000000000e5231be25dc06d6ec57799a07d3b7c43798e96672e0589bb 0.06 MB 162 23
290,161 290,161 00000000000000005f1bedbc8b9bd675e01e6f5c76a3f669b486d7ce696abe15 0.33 MB 387 25
290,160 290,160 00000000000000010e058508eee779d7a2575400b8da230a348cc08e98e75bfc 0.50 MB 1,175 44
290,159 290,159 00000000000000001701bb084b495ae3ea6a16d48481685d134053415ea93b3b 0.04 MB 63 26
290,158 290,158 00000000000000009ffb8069c3678a249fe85133b7b9c1a0fc06a961cac3b348 0.06 MB 164 34
290,157 290,157 0000000000000000aeeb4244bd16b429489769fd4f2aa5cdd436bfc57561414d 0.35 MB 497 27
290,156 290,156 00000000000000006f00f3252efd1e1845d47e71b05e4a11128ace5cc8479e75 0.27 MB 333 60
Previous 10 blocks ↓
Total Size: 769.04 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,626.87 GB sent, 93.09 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.