Memory Pool Memory Pool Refreshing

1,302 transactions
0.55 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
1 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.53 vMB 1,279 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (607,104 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
300,673 300,673 000000000000000077c76796e9cae6d802251465aacc6b9ed6762939a3cdfb87 0.04 MB 60 24
300,672 300,672 0000000000000000432990798e986d33f00bc73c9dc8a8ee283191fe68739233 0.24 MB 111 14
300,671 300,671 0000000000000000362d5ce7d964f90d7dc6c1ca3bd96f03959db65b14fb1c04 0.35 MB 508 24
300,670 300,670 00000000000000007bcd08f935ef27cf867e414f0c201129b3909f4898b4c78e 0.25 MB 512 31
300,669 300,669 0000000000000000517c2f8d09b5efee0f144598dff656a0fe65280a87c66f65 0.01 MB 16 12
300,668 300,668 00000000000000001c3c7d4b83e7b8d2e24357c6077fe7f07da6d5d6173e1377 0.25 MB 564 41
300,667 300,667 00000000000000001941c74eca0e1972bf08eaa41980f3855727aeebed39e846 0.43 MB 418 19
300,666 300,666 00000000000000006954e99a12c461bd9d35c52256437c80c516d25c5e9b3cab 0.35 MB 593 28
300,665 300,665 000000000000000024a8b7f969f9be6ff7ab2a7ee3e2d8f47791090e3fe14194 0.35 MB 818 47
300,664 300,664 000000000000000075e86d25481586cb252d4e3a98669420c7b3aa61a1778260 0.35 MB 892 37
300,663 300,663 00000000000000002c7c27cff53115af0eeeb6e62d0785482e476a524e6d5ab0 0.19 MB 314 13
300,662 300,662 0000000000000000737b287d89773d688350f9b7db5fb189628d76224022cc06 0.35 MB 333 20
300,661 300,661 00000000000000000672f2dbf93385334051804d75b3ed16621241ad4e24f4c2 0.35 MB 642 30
300,660 300,660 000000000000000048911281eb3590e1858b9a7f243119f5bfb4ecc85401cd61 0.35 MB 870 39
300,659 300,659 000000000000000061b70f03e997397c33e96c2965f4a5d4931aa15843297164 0.04 MB 96 22
300,658 300,658 00000000000000004e8da35553bb4150d8d50d71a134dc0bf3e03861f9d8ff74 0.02 MB 24 25
300,657 300,657 0000000000000000161312cdf12040f58ee5d1f9f7cebd73f6d976bd0918d763 0.27 MB 474 33
300,656 300,656 00000000000000006aab13ce1199bed5643537e0d9138a1778b8c27a8d19d649 0.13 MB 238 31
300,655 300,655 000000000000000000a7650b15cc83d7f81d04e0034ce9deb0fc93cbf14de7b9 0.22 MB 349 27
300,654 300,654 00000000000000003c74cba63d3dcb74e2a8671d89875f9e0cec191936735807 0.22 MB 448 33
300,653 300,653 00000000000000003be47dd249dee5c2e3f5a68f7f8dc29868f38b1af3a6c200 0.22 MB 362 26
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.