Memory Pool Memory Pool Refreshing

4,830 transactions
1.36 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,817 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,671 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (483,330 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
424,486 424,486 0000000000000000042bd011c6de0e0d509130a7828d5f06b4b323cc342ebf0c 1.00 MB 1,852 53
424,485 424,485 00000000000000000438099255aee45c3cb4678aef60eeddcadeddbc149e223e 0.02 MB 41 67
424,484 424,484 000000000000000000fa75f2bf14c04c9b76872f3c925cc1eba418df9881cf5a 1.00 MB 1,135 32
424,483 424,483 0000000000000000039452d08b22f9d35cdbe154cc05dedc694a753a86145437 0.99 MB 1,599 47
424,482 424,482 0000000000000000028c407af4ec9c2b550c4d93ef1ba08c5446855e753adfc8 1.00 MB 966 32
424,481 424,481 00000000000000000293e2aa7d3eafacfb6da8252460efedec59c8542f7d2aa9 1.00 MB 1,676 49
424,480 424,480 00000000000000000099c005830ab658df49625961663c3adb2101d674154e88 1.00 MB 2,743 87
424,479 424,479 0000000000000000013e6fef73cfbaed2437fee8de440326dd676d62b8c61d2e 1.00 MB 2,144 65
424,478 424,478 000000000000000003b8999811c76ce83d712acb3291dbf3e71cb7f363429468 1.00 MB 1,184 41
424,477 424,477 000000000000000000326af846c5a6a30de96c45d119adc65edb60e159e5b047 1.00 MB 1,754 67
424,476 424,476 0000000000000000045354a7262f8bc053beb48cf3fd2a79ca6ac0fb08035128 0.93 MB 1,221 42
424,475 424,475 00000000000000000206e55078c120dd3f0ae919fa7d2d4d754eb96a9b90a916 0.99 MB 303 27
424,474 424,474 000000000000000001e4679e0fb8857ed640131d94541911f28a558fdaba125e 1.00 MB 1,286 65
424,473 424,473 0000000000000000003a58cdf5401248a1330480a1c9b99440a5f974fb61ce17 1.00 MB 616 26
424,472 424,472 0000000000000000011a06e4b1a3c497d247f785a4899e44ae800a9236438e16 0.51 MB 1,283 74
424,471 424,471 0000000000000000033c599452225973ef925db2aa1c3334b502ee401ad2740d 0.06 MB 77 46
424,470 424,470 0000000000000000013612ff65d872b5d0cda43d5faf63f96337cee9393636ba 1.00 MB 1,171 36
424,469 424,469 0000000000000000004f314ca0e24df60dfd087812f0aad994ca925d7e5bc605 1.00 MB 1,185 36
424,468 424,468 0000000000000000012b1749d1919619b6a3ca638222fc32ac9351b70520c736 1.00 MB 1,655 50
424,467 424,467 0000000000000000044f4e6b80df9967b52510c32c2687703ac70231f47dd4f1 1.00 MB 1,176 33
424,466 424,466 000000000000000004f08295550ca6d37a598ec5783a0f3846cd3e9bcabe647e 1.00 MB 2,184 80
Previous 10 blocks ↓
Total Size: 769.19 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,633.72 GB sent, 93.90 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.