Memory Pool Memory Pool Refreshing

5,467 transactions
2.68 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,825 (108,689 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
799,136 799,136 00000000000000000002eca3dd87bad72b4c7dde386dfc496ea132b035197880 1.90 MB 3,635 7
799,135 799,135 0000000000000000000188857eb4f748f87006146a3740653f68e210c6a8e98f 1.87 MB 4,665 6
799,134 799,134 00000000000000000000b20539a94402bdf2ddf04ad0d20066ea669b862e9407 1.55 MB 2,623 14
799,133 799,133 00000000000000000000d06af26cecd1ae44cfed5fe69865639213e7cbf3c0d5 1.25 MB 1,694 16
799,132 799,132 000000000000000000025b32984edb2c0376e4344b6607fa725a76bc82fb9432 1.56 MB 3,285 16
799,131 799,131 000000000000000000023f7d46240509e1d65bc442f648cf0115f723ee249b09 1.99 MB 5,523 8
799,130 799,130 00000000000000000001c82c9645c40c7b7b21760ef3cf6186207e68d0c37432 1.88 MB 4,865 11
799,129 799,129 0000000000000000000156d7d8077c4157810fb0ab60a3c2021e373546be0e2e 1.73 MB 5,084 8
799,128 799,128 000000000000000000020f107c897b6d123330dedb3ab920864c2f2bb5b9ee3f 1.65 MB 3,138 14
799,127 799,127 000000000000000000027c1db409419ea77861d19c0690d64bd84facbc22e89d 1.55 MB 2,330 12
799,126 799,126 00000000000000000003e52c821e6a49727e22c3de66fc5b63bfebca54ac4f48 1.49 MB 3,453 24
799,125 799,125 00000000000000000002d43f61b9898c9f774adca57ad15398aecb53644c0219 1.92 MB 4,226 6
799,124 799,124 000000000000000000017e5ae0078894e57871bce9d89d381405d4daee4a5adb 1.92 MB 2,154 7
799,123 799,123 00000000000000000001aeb770470d79908559e393474b3665ac7ba43c69135a 1.56 MB 2,264 14
799,122 799,122 00000000000000000003d70c5ea2d15eaebc2bacfa47e0fdba9d87da6a8da26d 1.76 MB 2,608 11
799,121 799,121 000000000000000000012917b2adb3c908e7fb1617416a5134ac8eba53b12f60 1.59 MB 3,159 16
799,120 799,120 00000000000000000004ab07ce5386d910a3396e4df5cbdc0234856a96151df3 1.64 MB 2,402 11
799,119 799,119 00000000000000000002f974ed6bc26a6b6640e6eca94537015dd85dcf84bdc6 1.44 MB 2,243 18
799,118 799,118 000000000000000000026effb7fbf6d7ebcfa409d94971b152f83071b85a4747 1.54 MB 2,426 13
799,117 799,117 00000000000000000003691b3262d512abab74536a35a23939eeec1969e63a3b 1.75 MB 1,988 10
799,116 799,116 00000000000000000001ad3ef3065adbaeccf45f292396d465d21398df230c3c 1.66 MB 3,320 15
Previous 10 blocks ↓
Total Size: 769.21 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,634.56 GB sent, 94.01 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.