Memory Pool Memory Pool Refreshing

8,849 transactions
2.94 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,812 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (626,306 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
281,391 281,391 000000000000000107d6040bf4ccb1223470a9a5d765329e0b14052eff48928e 0.25 MB 532 27
281,390 281,390 0000000000000001fca2dbdfc08e785a2cb0f8f24865f23a0aaf9d2e947d0692 0.25 MB 767 86
281,389 281,389 0000000000000001f5c99901c57112ba3dc3a62a2b6bfbe4180bcc3e70db6ca2 0.35 MB 725 54
281,388 281,388 0000000000000001637596503a5e8bab75fda0f0022108c4e3d8e48b098516c6 0.11 MB 179 38
281,387 281,387 0000000000000000f118fabe34702ab4e4e42b7908a54f6541e1607249a981de 0.12 MB 286 40
281,386 281,386 00000000000000009c4174bc621fb832435d7bbb02c8947f26c2b3b9afc728ed 0.08 MB 135 33
281,385 281,385 000000000000000123aecb2e9c246575eaec49d90f8b058c06422ab323a0d45d 0.10 MB 233 45
281,384 281,384 00000000000000025d1292251fcceee8d326d7a81b6d1ddb0bc9eafea8c04223 0.22 MB 411 44
281,383 281,383 0000000000000001c84248016305e35e729e41a270a2e285ea0e5e2d168125fe 0.23 MB 477 45
281,382 281,382 00000000000000000e24e37094e383370c6d2034fc2024d8e6cf0185d190ad7d 0.28 MB 506 32
281,381 281,381 000000000000000078b9d8e3f04c28a6c44972f8c5707bb915798c36173adadc 0.35 MB 414 27
281,380 281,380 00000000000000002ab02e939c8aea937889fb8feef71f6946590e98cc11ac50 0.22 MB 488 55
281,379 281,379 00000000000000004a578eabeddbe4d79f38ac9df20bf48b94b10847227c77af 0.13 MB 227 23
281,378 281,378 00000000000000000729edc55d5d1dea6bafdb7d2f6d38904254ff5cb4089f50 0.25 MB 742 60
281,377 281,377 0000000000000001ae8393a17b2055ff8bbdc8e565fabe6a69a0cc1c6aec4db3 0.06 MB 86 26
281,376 281,376 0000000000000001aefd1a542353c1be649516337345ba49830dff99b1b72d00 0.30 MB 610 39
281,375 281,375 000000000000000192544e9442d69cd1c8af54ee9b743caf764023bcda2935fe 0.03 MB 32 24
281,374 281,374 00000000000000010fb90cca848e9a86f298d3a83527664a0e218d798c8a4681 0.35 MB 551 24
281,373 281,373 000000000000000099bcc3e5b64282a34d801b16eff4f7519471207437fff999 0.25 MB 727 71
281,372 281,372 00000000000000011423334f1f63234f6eca3b22e5371323ea94868db131b996 0.05 MB 71 31
281,371 281,371 0000000000000000666e3a3d4715c7ad6faf273d28000817cfec84193a98dc79 0.25 MB 547 59
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: 10 outgoing, 114 incoming
  • Data Transfer: 1,616.38 GB sent, 92.72 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.