Memory Pool Memory Pool Refreshing

7,982 transactions
3.34 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,687 (631,787 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
275,900 275,900 00000000000000005d46d3dee13a755d0129880cd01d7659c2bee0ea213eed9e 0.15 MB 341 52
275,899 275,899 00000000000000019da1b373b6f48f3dcf8ea389b11ce8a4d5ff6b7e4887af10 0.03 MB 74 47
275,898 275,898 0000000000000000b782c1e2c5ff09724f1b726f2dbaba724982039f1a391dea 0.14 MB 334 57
275,897 275,897 0000000000000000b72873dfda0123fa373cca7153dd0f638807e0a6155d086b 0.13 MB 195 25
275,896 275,896 00000000000000045099e945aa30c1909b8ac6a1cce24e53837f814df7c39033 0.12 MB 244 52
275,895 275,895 0000000000000003b68467741affff87279bdf78450cf52df056d2c6ef5903cb 0.48 MB 1,053 51
275,894 275,894 0000000000000000b17ea115cab574174a06c5e3ce651e14d6eb7caa5c98f10f 0.16 MB 353 65
275,893 275,893 00000000000000004cd7c51b2d46963c4a9822a09c9e79ce8383718edd0ebbe5 0.20 MB 459 53
275,892 275,892 000000000000000064c0dd8244477081386a7f144f0b29cdeff56962b45a836e 0.03 MB 34 16
275,891 275,891 0000000000000002923406c5d98abf795e1f8794a436bad9979304edd633387c 0.16 MB 170 19
275,890 275,890 0000000000000001626592d616583ebbf3fbb2facbec2b189ddfa480403cc827 0.35 MB 873 54
275,889 275,889 0000000000000003f366b244b45a5c5a0e711019e1b90f2132d1507ce3f0e6d0 0.09 MB 154 27
275,888 275,888 000000000000000186cb44e577ba20d3476b3b12dc47176d8383170bad8e4c38 0.03 MB 87 63
275,887 275,887 0000000000000001623da01151ec4b65907e9a98cdc733cd050b30ffabce5669 0.03 MB 88 44
275,886 275,886 00000000000000025f710488f586d12d1f795759695a339e630c45712c6da7c4 0.01 MB 43 40
275,885 275,885 0000000000000001e50a1472c41c779d9f7b781657842e32b0fec0a42018d057 0.45 MB 900 43
275,884 275,884 0000000000000002c1f0615ad223cb1bb656fc3bf912d55c2207af7619e3bd31 0.14 MB 231 36
275,883 275,883 0000000000000001f4af6f291f6b9902a05c03e1b4c6d6526436b1d9e4d3bc89 0.21 MB 393 45
275,882 275,882 000000000000000112566b02e8fab93cc1c624287978e704d66fc317d0f1f0d0 0.06 MB 114 40
275,881 275,881 00000000000000000785bdd27a61fdd9c82b033871cf544b2a77cda0d0ff321e 0.10 MB 200 55
275,880 275,880 0000000000000003938261a92c469e8474754d6a23b1e5ed1219159c50b0a200 0.11 MB 238 37
Previous 10 blocks ↓
Total Size: 768.96 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,615.14 GB sent, 92.62 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.