Memory Pool Memory Pool Refreshing

222 transactions
0.10 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,787 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 184 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,786 (763,792 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,994 143,994 000000000000053f53e20fc676f4f17a5cd109c3c0c2fbfb3f2dd6668e98387a 0.02 MB 33 147
143,993 143,993 000000000000051a8b7e38a746db628481a801546ab5bb0de3f2af301d9c0b9c 0.00 MB 6 77
143,992 143,992 00000000000007e38fdc1daf25a43a6181840d7245a93acae77b9a7948e56034 0.01 MB 33 348
143,991 143,991 00000000000003b9f45d288d0156d25d3aa9c0b842a46b0f4dc959c127a0e448 0.03 MB 110 30
143,990 143,990 000000000000039c2923dee0d189f1209211c8d73620a20d56813b915882c00d 0.01 MB 18 516
143,989 143,989 0000000000000766c418d014aad526db71c49da2eaf465128fdd68f3cb563b62 0.01 MB 18 202
143,988 143,988 000000000000060914a65949cff9b847e58023ed5a363bef3d0c9d6e4491ed2c 0.01 MB 21 196
143,987 143,987 0000000000000060c69c4734ee479812d41036dcd0ec3f765cc59e7f6f5bd40a 0.04 MB 67 392
143,986 143,986 00000000000004b761bc50c1f59d92e9661d88730ab57097ddf5ba5675a7185b 0.00 MB 4 66
143,985 143,985 000000000000058114796181e7cb4d885a58c91ceb141a6df6e2d515eb8b40a9 0.03 MB 66 131
143,984 143,984 00000000000006421ce92530c26af46ec04cb1ddf793ee57f7cb8d206cb991f3 0.01 MB 36 293
143,983 143,983 00000000000004e6071def6ef27f232bfb2c2994d15e04d90aa5f5949509f8ed 0.02 MB 20 211
143,982 143,982 000000000000009e7920bf122324f1a6d69e3ee3f5f0d6b1ae9d913bed0ddebb 0.03 MB 94 121
143,981 143,981 000000000000057b5a1b905feae6b0fb0e15be3931591a388d0ab85a76d9de7e 0.02 MB 40 244
143,980 143,980 000000000000060eac6b3a7ac012c93a40bb1637ff1be2220fcf6fe40def9c5f 0.00 MB 7 64
143,979 143,979 00000000000006433fd070188b2aff9335957e89bbb4b51a43aedbfb5829eb2a 0.01 MB 20 245
143,978 143,978 00000000000001f35e9126cb36c8fbed4140c2a4c6ea71ef492f0029695283f3 0.03 MB 87 165
143,977 143,977 00000000000006eda26baa4141416d25d3af26df16f28dac0f0e485fb1ee9f16 0.05 MB 136 444
143,976 143,976 00000000000005ca7369ce7855941f649f34294aa91b41f9d3692b1be63fcd7d 0.02 MB 19 189
143,975 143,975 00000000000003b1c0d5ae8aea0f8ac9117998cf426fb336a0dde87226cfe752 0.00 MB 4 80
143,974 143,974 000000000000059c1d7496cf576a0c40565ae0a9ec34068542c7fd9c79c1380e 0.04 MB 87 118
Previous 10 blocks ↓
Total Size: 769.14 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,631.86 GB sent, 93.58 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.