Memory Pool Memory Pool Refreshing

12,183 transactions
4.15 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,730 (599,694 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
308,036 308,036 00000000000000003adfd7e9fb02305e3a9cfb59663dc56e13431d984935b6df 0.08 MB 171 37
308,035 308,035 00000000000000001327225173d45d1b277f85d66cf31bcc95b34b3f7b28f279 0.03 MB 52 22
308,034 308,034 000000000000000048d65682fc5fd1bdeff57f047375a7c877a902f385663b5e 0.27 MB 551 32
308,033 308,033 00000000000000001c208806fb5c587b64b82a9b1f1afc7933ac80f6f4000c6c 0.20 MB 272 25
308,032 308,032 0000000000000000072cb958d97b6e5a2c91e1ce10f4cbab6942867acdd60423 0.02 MB 41 28
308,031 308,031 0000000000000000413dec1c0cd9c3b9c2b2f26691cfc934d3b102b96ce4ec59 0.02 MB 43 33
308,030 308,030 00000000000000000c30334682346e37ab473de71de2f9f868b6e44f538fa4cf 0.19 MB 331 27
308,029 308,029 0000000000000000266a09869965ae127edc52d1046463082e9409ece0b8eeeb 0.12 MB 193 23
308,028 308,028 000000000000000018e3a83081e60c2fdd8cdb41c72bfd6719c0e914182813ec 0.16 MB 166 20
308,027 308,027 00000000000000001cdadc0cf755a7831c4f9943f32b7d289e5c877584741303 0.25 MB 494 32
308,026 308,026 0000000000000000044897212afcf90108caccbbdd78bc7efc95ae6395f83603 0.09 MB 140 25
308,025 308,025 00000000000000003245398a78d3013784a20a86fe7c98c4b6c6922bd605cef8 0.05 MB 99 37
308,024 308,024 000000000000000019c0982a4d6dba4d3cf1989bcaa399a393df6cd99302e08f 0.13 MB 216 29
308,023 308,023 000000000000000036ae30339faa86eff550020939e6dc60ec61f816a1800c96 0.24 MB 409 29
308,022 308,022 00000000000000003a1d077402103b42c1c0ac9ef1a215a8db6e7859fd10bbfb 0.26 MB 427 32
308,021 308,021 00000000000000001e44c35af0d918ee4e0ddaf78c86de08056978d3fd59afe7 0.02 MB 29 29
308,020 308,020 000000000000000034b3a838c50204406b5a9262340b3b830c6e95fad5f89ba5 0.28 MB 528 29
308,019 308,019 00000000000000002a232cc99113f04f53a13074304da4c60ccd5462485a939e 0.20 MB 324 31
308,018 308,018 000000000000000035048f88d04b06b07cffffd886f441f88c9ae49f23aab0e2 0.11 MB 207 34
308,017 308,017 0000000000000000297cbd4da7560787266d270215be33e9294fdc2d9caffa05 0.00 MB 9 28
308,016 308,016 000000000000000039de65ad991ab962b72519c90cf134bb9f7bf072023d21ee 0.05 MB 44 12
Previous 10 blocks ↓
Total Size: 769.04 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,626.87 GB sent, 93.09 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.