Memory Pool Memory Pool Refreshing

4,503 transactions
1.89 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,146 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (585,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
322,763 322,763 00000000000000001646fe9083b60521e6e697a3f58ea27b92bcdafd4f4f6b82 0.15 MB 304 27
322,762 322,762 000000000000000011ea6377354a7fe2cc1748e62afd28671ad39946d883c897 0.51 MB 436 18
322,761 322,761 000000000000000016571d09b3237fbb1090fefc891c8b655d7ff5f4b63f6274 0.35 MB 481 24
322,760 322,760 00000000000000001cb7e52dae7431d56275e7e0452f92bab02efd958ebe6dba 0.05 MB 61 5
322,759 322,759 00000000000000000a72201daea040ca5291637a4b02fac93b04812915d49117 0.48 MB 432 19
322,758 322,758 00000000000000001a549064c1287802baa223103a75bbd8be55a47bd1dc56d7 0.22 MB 379 34
322,757 322,757 00000000000000000880a41cd6dacad20ffea00a17b12bebde1cd206954ca274 0.33 MB 632 28
322,756 322,756 00000000000000001bd5b8be0664948afaf91530f51a3ee9acfcf0cd5370f4e2 0.10 MB 242 32
322,755 322,755 00000000000000000cc6e20911e95bf58c873af779b19171c30e866f93a822fc 0.27 MB 518 42
322,754 322,754 00000000000000001e876df26c0e0f9cf398b880064f6b437f7d9cd57d7bd154 0.33 MB 623 28
322,753 322,753 00000000000000001eea5ff6d1a26df9e103abff3ac01fa3c2a1672fe82970c7 0.51 MB 908 27
322,752 322,752 000000000000000017f05e46c3c370c9e7f19f240c46896d6530ebc002733271 0.36 MB 613 29
322,751 322,751 000000000000000008234d08384a5d203562154776f6e85488a58e057212a917 0.06 MB 116 24
322,750 322,750 00000000000000000dcbeb0da732f372d42f8ae842068eb9b7267d071f57b8f2 0.01 MB 15 42
322,749 322,749 000000000000000009ab91d3e9344aaacc6829639b90cf5be1a84b8ca469ff1d 0.26 MB 509 30
322,748 322,748 00000000000000000d520d963d18d59b64f45551ac4069d04b8d9f8418e78b38 0.12 MB 195 32
322,747 322,747 00000000000000001ead3425768c90db0219d03b66a228c2e0f347a1b70a2403 0.08 MB 132 27
322,746 322,746 000000000000000011c2f361664839a5305f5af8b66427af3883a7ed4e3062c6 0.01 MB 16 30
322,745 322,745 000000000000000007c46d5f6a63ea9a6b1cf04af14507d97dc1418963331d5c 0.02 MB 38 27
322,744 322,744 00000000000000000c942d3b77c06e4a63b2fe21698e1c33cb50aab69ec5efbc 0.09 MB 74 16
322,743 322,743 000000000000000010ad44db6b8c5c1d9802aa1695bb282139887d2bebdef08b 0.01 MB 14 20
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.