Memory Pool Memory Pool Refreshing

2,731 transactions
0.90 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,769 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.90 vMB 2,731 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (672,737 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
235,031 235,031 000000000000006728ba717729e338a1e58736a5ecbd478f22646745076fd421 0.15 MB 197 47
235,030 235,030 00000000000000db3fd5b6dd03ccd34ced13130c4798eae763325a9547202d15 0.16 MB 301 149
235,029 235,029 0000000000000168fb0df477ccf4ede36241a1bbb5d84bac5ea8dbea00a82639 0.24 MB 442 140
235,028 235,028 00000000000000e90ef3bf0107078c5b16c1fd576ba131ee75ecda4ad4531eae 0.14 MB 291 147
235,027 235,027 000000000000007437dfb90ef882cb9c84b88075295ed300c14539ce30320699 0.35 MB 400 94
235,026 235,026 0000000000000099c32e8e8e085aa983ad8bd5c6b33e1695641d0141a169ccb7 0.25 MB 658 196
235,025 235,025 000000000000019f2112335e0bcae9aa02767331d7fab45184c09ae5bf6ec1d8 0.21 MB 398 121
235,024 235,024 000000000000000c6ac2df32e4b7402c2c1ee4c9f0306d120dcc4625b5ba8cae 0.04 MB 81 64
235,023 235,023 000000000000012d66c43fa62fe914a3468e0150842786aeb103cf31b1413b26 0.22 MB 474 157
235,022 235,022 000000000000003b46ac1e164252921fcbc8b3a083a8482e58425b823e9a972c 0.25 MB 234 99
235,021 235,021 00000000000000566127ca88e7a6b10260b381f17d6b4b4f931936e90c08c316 0.02 MB 38 26
235,020 235,020 0000000000000034d2a33c9eaec48bcd995251eaec6059c1051cbb08122d0f85 0.25 MB 712 189
235,019 235,019 00000000000001914730c977fe6b8ab6711ae8958e82762fbf66819125395128 0.34 MB 551 201
235,018 235,018 000000000000005795a550d6f87089484e519a2d1311c0fa6464ea68cbf2037c 0.25 MB 501 183
235,017 235,017 00000000000001a41601d98fc0861f690ab5119980f0ac93c918661d29ebb7fa 0.25 MB 307 117
235,016 235,016 0000000000000133e9e0455add2449f7eff8ee0ff0c14919fd2f2a2d417e7b34 0.25 MB 719 219
235,015 235,015 00000000000000505fb168f1b6ff2a07bae5c7539564dbfea5cede4490e78627 0.05 MB 115 25
235,014 235,014 000000000000007617cd7108c15eeb940f83e6ca6e86f7e0c380a6655043d99d 0.25 MB 466 142
235,013 235,013 000000000000006360471fd47a2d4f3368745f9f3e29e3b4dc61cfa30fe097aa 0.10 MB 345 4
235,012 235,012 000000000000019c6a69e02638ec9c80bbebc4e341fceb7a01e849cbeeac7a70 0.13 MB 289 132
235,011 235,011 0000000000000193179b76441671602f27e8c6d2c55a46c6787d0f7bedbf5e8a 0.12 MB 268 168
Previous 10 blocks ↓
Total Size: 769.11 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,629.44 GB sent, 93.43 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.