Memory Pool Memory Pool Refreshing

572 transactions
0.14 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,020 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 570 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,019 (579,071 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
328,948 328,948 00000000000000000cf1e4919cc9ee7e1393e25e24d38d43cebbf57b3dd58bd6 0.20 MB 316 24
328,947 328,947 0000000000000000033b478bcded44760410a0f35b4a81339cd1a7fbec28b75a 0.28 MB 420 22
328,946 328,946 00000000000000000f8b6bf3ab1acc03903c0bfa7eae368684278872476560c9 0.23 MB 329 24
328,945 328,945 0000000000000000112a23a0c2cc119a588377c8a1f223d67cd42837ad7953ce 0.46 MB 870 52
328,944 328,944 00000000000000000f286ca4254f96ef1821e5e42bf8009099cce46ccb05b195 0.06 MB 94 15
328,943 328,943 00000000000000001517bc7df75a95442376d2dbb3789dc7c3327be616240e8d 0.10 MB 205 22
328,942 328,942 000000000000000014da666de7a2c2ca0183032c5541cbb1b787e4979687322c 0.25 MB 534 30
328,941 328,941 00000000000000000ab64290f8c2334f77b066cf0a8e298987669937a3c69adb 0.21 MB 438 31
328,940 328,940 00000000000000000c901eb1b6b765519b99c3afd7a9062ff4cfa29666ce140d 0.33 MB 633 30
328,939 328,939 0000000000000000169ec9ce118abb58592f0c6753c95706337cb3fc0da3f144 0.11 MB 209 27
328,938 328,938 0000000000000000009b1ff6c4109a5901da400ad6d0efe2f33ae91b5cc2a10f 0.09 MB 156 21
328,937 328,937 00000000000000000ed60b9ee778f3714d22e386bd6a89d3bc031707e180ee8d 0.43 MB 449 20
328,936 328,936 000000000000000012f197698bd8e1b1f5dfd939af3056cc7c8892fc6e20247e 0.25 MB 451 26
328,935 328,935 00000000000000000bf1ee7d1708fea16bc0a0eb7c17ab3ceb3e77fff945098e 0.11 MB 208 27
328,934 328,934 0000000000000000137333855f36255b365a4b1eaed0bd67ec23f495126e08a8 0.22 MB 299 21
328,933 328,933 00000000000000001b7ddfa2a87de5ec0eaa4afd69936723f5eea65aad1228a1 0.38 MB 567 28
328,932 328,932 00000000000000001a9a7dc621e32ea2bb79c836909d973f8d243b3212a872dc 0.09 MB 176 10
328,931 328,931 000000000000000019d3151162add78dc21a2333b81b538e5f959a2c28c5b3f8 0.16 MB 118 14
328,930 328,930 00000000000000000d335513cef20200e3f212a18938c2c98f76800c1d5866ed 0.35 MB 688 29
328,929 328,929 00000000000000001a2a0d77d859d72f631ba2cdf16d151567863c10ed5eb6d5 0.02 MB 44 18
328,928 328,928 000000000000000016e2f2d72a1622591c493f26623063296f8d48b8488c4c63 0.26 MB 354 22
Previous 10 blocks ↓
Total Size: 769.58 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,650.85 GB sent, 95.83 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.