Memory Pool Memory Pool Refreshing

5,561 transactions
3.06 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,670 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (364,774 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
543,027 543,027 00000000000000000003006dab6f32132e7eeda37d2cca4a961339bad35b1e80 1.08 MB 1,858 11
543,026 543,026 00000000000000000002b9aa66adf1c22cefcd49b2458307da1f8666fa82caed 1.30 MB 3,025 29
543,025 543,025 00000000000000000021458a28259a43c55d028a47934a36a3f9a7149c810073 1.31 MB 2,841 16
543,024 543,024 0000000000000000001dbb31e360a793031119eb6ae156d99cdf8696285c427b 1.20 MB 2,471 23
543,023 543,023 00000000000000000021fbc83f5cfaa4a6f7affe061c99c53e8fadd2e6379078 1.62 MB 1,638 17
543,022 543,022 00000000000000000026fdc98608e2161f6d64ce5d057de9b5dd861574cdb714 1.48 MB 2,342 21
543,021 543,021 00000000000000000001eb433761fc053bc17adc46b877c9d6cd7db317db9b2b 1.39 MB 2,231 40
543,020 543,020 0000000000000000001a3909d3307d9273ef2984d63f9713866dc148bc1d46d0 1.34 MB 2,069 42
543,019 543,019 0000000000000000000822fdd6ed2430633fc505fcd7826fd6cc919786a2e148 1.24 MB 2,356 19
543,018 543,018 000000000000000000189dd1882e1248cd92b4408b4ae724d1c003e6682fba18 1.21 MB 1,761 15
543,017 543,017 0000000000000000000d3ace9bd79a7f872d85473a68af73f210815decac3e6b 1.43 MB 1,571 42
543,016 543,016 00000000000000000010bb97cb39d101e88303e02031bd7b0c13a0e5f2cd7983 1.08 MB 1,694 58
543,015 543,015 0000000000000000000df8e3bd03421b49144f15ee5f0ddea097399be8fd2e22 1.01 MB 668 69
543,014 543,014 00000000000000000012d1b7bc19c0247a792af45e80e1d828803b3bdd3e54ef 1.00 MB 552 55
543,013 543,013 0000000000000000002530efb6b63804c02558dc10d7fca233785f3b2bc34291 0.00 MB 1 0
543,012 543,012 00000000000000000016b8de18911507a46b95c0488336564adc6a9d46cfdc6f 1.19 MB 2,418 26
543,011 543,011 0000000000000000002274bf9b489f7b240cf7b00a95e35c1544fae0fb4cf085 0.04 MB 46 9
543,010 543,010 0000000000000000002030c7be87c3c2fe86456bc10d2d20882512e14f50400c 0.28 MB 540 13
543,009 543,009 00000000000000000006e660c77cb1f7f9723bbcd598ecb1cbd746fe0259f26f 0.02 MB 50 6
543,008 543,008 00000000000000000025d3dbc37c0b7b087c4d105b260882060c773ab7e8259f 1.04 MB 2,389 5
543,007 543,007 0000000000000000000d17e8451a9d91c19c36ca2b149587b49f0a5279ed31e7 1.16 MB 1,956 9
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.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.