Memory Pool Memory Pool Refreshing

6,870 transactions
2.60 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (717,737 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
189,962 189,962 00000000000001564127b94659ffeefe7483b77a9fa1f4774505ba6bc448d3ff 0.01 MB 32 10
189,961 189,961 00000000000003a3a24a2cba246e7ffeba02f862e4ca8a3e798cb2c4e2eb868e 0.17 MB 402 138
189,960 189,960 000000000000013c0b7e9750bcc46e65a84d7aad3a3ce982e829350fcf9197f6 0.06 MB 131 139
189,959 189,959 00000000000002d8ee1130cab54b2e4d291ac42e90c4be79f90c99f03bd124a3 0.03 MB 65 31
189,958 189,958 000000000000035b5d54e39d6939293d8f9ec197ced9ed87879b2de649184128 0.29 MB 724 145
189,957 189,957 000000000000014fd06b0138ceffc572e94b9597ab08cb68c5f3536c461038db 0.15 MB 267 114
189,956 189,956 00000000000007171560be7cd39c82c0be13a2d905d795e83f38cebdf034c728 0.05 MB 118 107
189,955 189,955 00000000000005d9300769cf9904961add6bf414d3ee87feee2750a79672f512 0.15 MB 225 86
189,954 189,954 00000000000008ca8038568c3b0241ab4e398ad8d0ad43a77b84bc7f6f9d34f6 0.06 MB 145 119
189,953 189,953 000000000000007fb6c5761ef63d2651c9fd97dfff29ebb3cddb5b4f9d233de2 0.19 MB 496 123
189,952 189,952 000000000000046f9e0342773be4994aab033af20c8de513cc6edd99d58652e0 0.02 MB 48 75
189,951 189,951 00000000000004b0159aafed24466d992e800961f88b961129fe5a94423b4c56 0.02 MB 28 509
189,950 189,950 000000000000076bfff561fc1887002cc39dbbab4443c74852f1b4b1e927fb76 0.07 MB 224 130
189,949 189,949 000000000000063d2f08e4cf72899bdc9fa14e7e5748d1cce990ca504594346f 0.25 MB 588 153
189,948 189,948 000000000000066c87cb83f31b59228773d5b4703d4f85e9f7be559e3e9caf0e 0.01 MB 32 0
189,947 189,947 0000000000000862ab96fc95eef694748a4a8d04f2eaec27d9071063c3cb6f41 0.07 MB 235 242
189,946 189,946 000000000000065c327a7baab75dabdb372322d2db89392a3e5ec2eadd667b66 0.05 MB 165 148
189,945 189,945 0000000000000361e91ea2402a746fbcb3bacc41a43d991fcb0ba41da3365f84 0.25 MB 597 193
189,944 189,944 00000000000003b9a30040cd49c9b2596eaa1bfe397d8d86ba305636d1ea73a1 0.05 MB 125 152
189,943 189,943 00000000000001d55d6ae9dbc7c563d531cc8bfbd01a3b044249b409649c17a3 0.03 MB 101 84
189,942 189,942 00000000000000ecdbefad5584249956455892799d2e1f7d6ad6408994d7d85e 0.05 MB 127 95
Previous 10 blocks ↓
Total Size: 768.98 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,616.51 GB sent, 92.74 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.