Memory Pool Memory Pool Refreshing

4,300 transactions
1.69 vMB
Show Random Selection Loading Transactions
Max Size: 9/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 1.00 vMB 1,482 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (476,077 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
431,622 431,622 0000000000000000047d9f82b92216d6e935cfe91bacf436ee72ff4d63e3caeb 1.00 MB 2,919 75
431,621 431,621 000000000000000003128a42fe9e1262e9079a8293166d3cf9cf4f7c745c525d 0.75 MB 1,821 61
431,620 431,620 0000000000000000003282448fc0622b34002cacc0faa96a540484cf826e6d9d 1.00 MB 2,272 50
431,619 431,619 0000000000000000034e067fe75559e06f0484e70473ed98106c362933ec33d5 1.00 MB 2,558 77
431,618 431,618 000000000000000003f014d3a4bae3c25f7ba0a6dc04390627b20d113cf98d6e 0.54 MB 364 22
431,617 431,617 00000000000000000331f1c86849d0ace96273e70e271cc944b3b1d4f565bf2c 1.00 MB 2,354 56
431,616 431,616 00000000000000000244f56afec6205c424e7f72ef0d7b304a1aecdea9c2f70e 0.16 MB 383 59
431,615 431,615 00000000000000000450e511c395fd6cccda88d99a2072336681cc999ee7c7a8 1.00 MB 1,328 31
431,614 431,614 00000000000000000451eb820335aa875b3883abae4dbb3ee2b2a71eaaac83e4 1.00 MB 1,382 32
431,613 431,613 000000000000000003a75e6ee4d02faa091012be64944021b538a1c935777e10 1.00 MB 1,814 35
431,612 431,612 0000000000000000033a593a9cc9edf3abf546b177766fc89ae8e09a4310134d 0.75 MB 1,826 78
431,611 431,611 0000000000000000021818c2d0f497200f5fdf5691500b094d38fc53fcf12ffb 1.00 MB 1,121 32
431,610 431,610 0000000000000000027b21b6753248b5a6b6ab2e863b24ef8d5ed97eee47b1d2 1.00 MB 2,155 52
431,609 431,609 0000000000000000033693a3401726f2409bd68f614aca8963ffe0970adf79c9 1.00 MB 796 32
431,608 431,608 0000000000000000004b17ced3770125405b1d89b32e9e2eae6389158d0d45c4 1.00 MB 1,213 44
431,607 431,607 000000000000000000a0c3120a6a14a3071a22e853644bd72b71b3a44bb85b41 1.00 MB 2,873 60
431,606 431,606 000000000000000003f155106357f9ed08a940dc3889e37f7ae69d54916b0c67 0.75 MB 2,179 76
431,605 431,605 000000000000000002057f61e29f2659869014ac58c7279c8a36b134c1f968da 1.00 MB 1,412 56
431,604 431,604 000000000000000000b8df52f2d06c4c95da45606c94d468df8df87f92fb25dc 1.00 MB 1,864 45
431,603 431,603 00000000000000000296b8a6cfbdb053cebf68a9ef8ae575c02da65be6aed37f 1.00 MB 2,070 48
431,602 431,602 00000000000000000322de7510dd5904f214807e0c1721ea4b9253b81b75b536 1.00 MB 2,654 72
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,616.50 GB sent, 92.73 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.