Memory Pool Memory Pool Refreshing

5,498 transactions (1.51 vMB)
  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 7 sats/vbyte = (3 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,979 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,144 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,978 (832,851 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,127 76,127 0000000000096c562186edb114e1015c8574ec4b2f75335c6e6819aac0f7db75 0.00 MB 2 0
76,126 76,126 00000000003364dfe291d0787113195fdeda45bcc1776f7a7f6f0f98db9313dc 0.00 MB 5 0
76,125 76,125 000000000004dda667f0f6ed8dd0faa39d3a3d3f58b30db3582db191a06f56a6 0.00 MB 2 0
76,124 76,124 0000000000497ef4102d579a07b7381b527b0a695f864a05eae70e3d02a91e75 0.00 MB 3 0
76,123 76,123 000000000074a59a5725128ef9fcd0104afcf59405c098501d4d8b9aab3c6d4c 0.00 MB 4 0
76,122 76,122 00000000005ce028f0f0aec0a1548274ac32671b1d2eb5db4fe72a37044297f5 0.00 MB 3 0
76,121 76,121 00000000000eb384fc059e3540ce718c994c703c29060932206cf1e848222100 0.00 MB 1 0
76,120 76,120 0000000000012eb114ff4b6bcdd05aa96c5b9ccfb85792d83d0cf4cc57afdaba 0.00 MB 3 0
76,119 76,119 00000000006ece59b98bfaa96549f2aec3653131af0c6ed3573517334bda2003 0.00 MB 3 0
76,118 76,118 000000000031e54bffdda54023c5c5e6d0e3c70e2cd0828e24af5cbe237931f3 0.00 MB 1 0
76,117 76,117 00000000003c4b21a9a4ffc4f6358b4e2021889c5190b962a68a89f11da82553 0.00 MB 2 0
76,116 76,116 00000000007fa735b62d739832f0df7a7e6857bcc78e9e0a7f105e5db2308a64 0.00 MB 6 0
76,115 76,115 000000000044f053caf42c43db889f38e7bcd612bc5e17de16a0928ebf7ab833 0.00 MB 2 0
76,114 76,114 0000000000558ff931630e9ed83e781e9662db2e8e386f3a8280851c31debeac 0.00 MB 1 0
76,113 76,113 00000000000c57504397bd84743030a7685fd0015cd98d75fa311727d9f2d468 0.00 MB 1 0
76,112 76,112 000000000067d9f498104714a6d3b5c13bf0a2bb37fe6c68fce5febfeab312de 0.00 MB 1 0
76,111 76,111 000000000016dd24fd92c8b6402800837c18955ccc00549b5ef4b718cae06ba5 0.00 MB 3 0
76,110 76,110 00000000003517af53840487a7586db813fe3f1e28e21029ccf754b847545bf4 0.00 MB 1 0
76,109 76,109 000000000057323afc7691b6c53b63acd3207c25065aa912af910b07d298e4e6 0.00 MB 2 0
76,108 76,108 00000000005014ae8f620b5d38bda6fa66a7005f11211160a7a57e2a32e5cb36 0.00 MB 1 0
76,107 76,107 00000000007ff1377eafb5b38f27c6d9cae8e9682627ab8fcd157187afc39a44 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.51 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,867.01 GB sent, 104.96 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.