Memory Pool Memory Pool Refreshing

4,678 transactions
2.46 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,639 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (588,768 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
319,056 319,056 00000000000000001dad5b968550336c4f5add900350a005e35aab51527f09a1 0.75 MB 1,234 27
319,055 319,055 000000000000000010debe697ca042051f8c106eda837500eb94d09dbf440968 0.82 MB 1,002 22
319,054 319,054 00000000000000000b784cd09d194368e6a4b37f0e6d94c3f485612215dbf76a 0.35 MB 651 27
319,053 319,053 0000000000000000038f087843f1cb313e4753143b8156815117d2d398eef65d 0.03 MB 71 31
319,052 319,052 00000000000000001252207351c0c9560ef236ab459ddcf2f42adc62960ae9c1 0.61 MB 858 23
319,051 319,051 0000000000000000066c4d4204fc84fd8066532627c3c0efedfcda73dbf72a2f 0.21 MB 426 29
319,050 319,050 0000000000000000179f089e6f6bce53fa792586dcfeec22f78b039891d5dbc0 0.01 MB 27 28
319,049 319,049 00000000000000002037e20e55d32b9ed3eea7fbafa1f6abfe4e7bafcd941d36 0.63 MB 1,023 25
319,048 319,048 000000000000000026d601e6f1cf9cdc4c1278d44e1ffef7881b77b423f5dbfe 0.24 MB 432 24
319,047 319,047 0000000000000000075824c59375f580c898f931f383b6f500a88e0b8809905f 0.01 MB 29 30
319,046 319,046 00000000000000001fd0dc8e5ed0b4b0b3f08083854c0ef87f11fea24e42b051 0.29 MB 446 26
319,045 319,045 00000000000000001ee58c0be77740d5f312c0869db00ac535ff95fd0c4a555e 0.20 MB 296 24
319,044 319,044 00000000000000000a76abf80d1d2877bf654e5821c2763853fa189821bcfbd9 0.03 MB 75 34
319,043 319,043 000000000000000016d41f2604e842731fb953e18cf2b54373d6077df3b0c135 0.16 MB 303 27
319,042 319,042 00000000000000000df655cb17549019215bec3ee7302426f3cc47c670332816 0.08 MB 131 20
319,041 319,041 000000000000000003113ca027c57c917e1f1af6b8c97b4bcd9c68d7c4e61dd5 0.47 MB 702 22
319,040 319,040 00000000000000000c5f94265e5710c06b7d1e622d8454cc6cc5acee81c2d684 0.47 MB 541 23
319,039 319,039 00000000000000001842e8c8287db9e54ef1433424ceded2d5912822403e5621 0.62 MB 1,097 27
319,038 319,038 00000000000000000d41572d2f3171e60cc427637d4c7381037f3fee72a63a4f 0.03 MB 32 11
319,037 319,037 0000000000000000150dbdc785cb9b876052dd1b4963c652ca3bd193dea9d924 0.01 MB 27 24
319,036 319,036 000000000000000017b4e796ce64118d15c6fc8fa42b95a7ef5ba412d129101c 0.27 MB 575 29
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.49 GB sent, 93.99 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.