Memory Pool Memory Pool Refreshing

2,035 transactions
0.63 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.62 vMB 2,022 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (662,801 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
245,033 245,033 0000000000000013b8550f633704ca5a2f50c4f4b71815aa34d6ebe23d521bbc 0.12 MB 283 117
245,032 245,032 00000000000000370913d61bb0b00afb47aa0cf6b2bbd73a1733f160eb4375ac 0.08 MB 168 88
245,031 245,031 000000000000001402490a876927b3706076554e61a139c51b0e626ab281f5a2 0.06 MB 105 59
245,030 245,030 0000000000000077625b8af6727868dc663bae3cdd48a458180f7388247dfbcf 0.20 MB 492 142
245,029 245,029 000000000000007eb0139f7a1b01abce4cb87ff306d6cb0b401722512da4e48f 0.12 MB 252 99
245,028 245,028 00000000000000a5488decbb80fbdbdebeba8813ec6ab82a7f6ec510b215cfe7 0.01 MB 28 89
245,027 245,027 000000000000007b63bdf37a017c2fb72fa0c9e46ef8978329b9892603e8bbb6 0.09 MB 185 112
245,026 245,026 00000000000000967cd9484716e5bff87c1b7aa5ec67ff4fb3f65c66a485581a 0.17 MB 431 142
245,025 245,025 000000000000007d2e95171004fc08c0adc0b8e360d23da3e7c5dc595c63db5d 0.06 MB 138 133
245,024 245,024 000000000000006d42fb2bff2856ff0c7430227ff5afaa40cbd057a6a7707d8c 0.12 MB 258 103
245,023 245,023 00000000000000c0b5de90defdb7d4ccab7c863ab61d731f609eccb059889eb6 0.25 MB 628 156
245,022 245,022 0000000000000079c6f3b9ade1aac0844eb7c5e19319d18abbf77543d266b7e8 0.13 MB 249 90
245,021 245,021 00000000000000a400fba67543ed48d59241713f13c08e2423c5aeebca86eb49 0.03 MB 45 92
245,020 245,020 0000000000000094ecc45d408803d20bb632d303b7e76c93596488618acd799d 0.05 MB 101 102
245,019 245,019 000000000000008972366782d699524548ee310583b7a9cfa760fd1fac330ea4 0.12 MB 167 83
245,018 245,018 0000000000000021847e2f1f661073d873481ec9cbbf08fe3da2ac1cc1b1cc2e 0.13 MB 327 134
245,017 245,017 00000000000000a4f76afc0a78bc8c4c649f1b382957c17a625f0fcef1636b4f 0.05 MB 121 167
245,016 245,016 00000000000000424f34e549d454567a5adcec1dd0f72840b3f177d6aeef094c 0.20 MB 310 81
245,015 245,015 000000000000007a05bd441146a75391f5e87dd8d9631e279f8b4c51d8d0729c 0.04 MB 98 90
245,014 245,014 000000000000006a6fb12cf46a08eee521804dd18816ebd5b946d7722ad1e9eb 0.14 MB 295 98
245,013 245,013 0000000000000013699c1970b96e06c790800ee132a515124fb1ed387a210a62 0.22 MB 594 205
Previous 10 blocks ↓
Total Size: 769.23 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,634.76 GB sent, 94.07 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.