Memory Pool Memory Pool Refreshing

5,607 transactions
2.04 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,677 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,795 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,676 (705,276 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
202,400 202,400 00000000000000e9dff8703761b40d2b2bfdd0eccf2be98b451492df0d27c620 0.04 MB 89 83
202,399 202,399 0000000000000434c799a4db08cb5e823c393a6dca90409acc7ac34fc4887eeb 0.19 MB 302 112
202,398 202,398 00000000000000459ad8d926219103dacd87c48ddeef72bb21f0769d17b964da 0.12 MB 199 104
202,397 202,397 000000000000025d9832461a1b8d130cdecf698b4212cb6ab59fcb9d02a5bb9e 0.01 MB 32 163
202,396 202,396 00000000000002c8d26a7f5a24035103383badb53414912984128043dc7e268f 0.07 MB 91 68
202,395 202,395 00000000000004d1b6250c8b0155096c244ea00eddd26a14babebe4373a811fa 0.19 MB 353 129
202,394 202,394 0000000000000537d707b0a3797dd92ef53a36954402fd40332c5148953cd195 0.19 MB 179 78
202,393 202,393 00000000000000f29d08099b496c998903d1eb98bddcb0f7d8d06613e31df627 0.00 MB 13 20
202,392 202,392 000000000000057b2517c22f863d4fa60cbd05a1f939bd595fc6c60e20846e34 0.20 MB 699 357
202,391 202,391 00000000000000c1b311e7ae33eda3a6f8ce21519fb0411d08aa1b32062ef345 0.02 MB 23 50
202,390 202,390 000000000000032dae81f4362dd2edb346e23d692ad6f2221c9c87594c0173b9 0.21 MB 256 87
202,389 202,389 00000000000001274f9fdd44bfa4c66eb9b9d0635a260bc21ed997724a8f6916 0.03 MB 87 9
202,388 202,388 000000000000003275319dba3b26c8c110e6de4d9a32cee40e57dadcf5a88b1d 0.24 MB 662 152
202,387 202,387 000000000000046eb9a2faf256fb19e4eadf0d655ebeead9f70405799f48f1f4 0.24 MB 332 94
202,386 202,386 000000000000051f46d1a16116b0c96e79f16e8df5c33b38d5417bdcdbbe3518 0.23 MB 567 151
202,385 202,385 000000000000044c210f7aaaff20b1dfa72b4a798c18465014a68e765d5a4606 0.00 MB 12 445
202,384 202,384 00000000000004d1971718845db8cf62d5bee6504eb9d25167e553431aa26dd7 0.02 MB 49 193
202,383 202,383 00000000000000009be572969a5ed3047e63ea67db138645752a9dfa7519cc48 0.15 MB 370 222
202,382 202,382 000000000000030cb2948628ca8357ac8d0418ec8b8007b40791643e6a346b4e 0.01 MB 20 1,398
202,381 202,381 00000000000004bc9f1626ba3cdf951d067561d4bb6776069194b052baa45d9e 0.05 MB 107 105
202,380 202,380 000000000000040c47f30f10e456ac6d03ed96c90d5d2507379c4bc5e0011338 0.16 MB 326 153
Previous 10 blocks ↓
Total Size: 768.94 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,613.27 GB sent, 92.50 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.