Memory Pool Memory Pool Refreshing

4,534 transactions
1.32 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,831 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,058 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,830 (585,061 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
322,769 322,769 000000000000000014c2599d7d60f427dcfb0efec6c50f2cd16d04fecb8d2dbc 0.40 MB 283 13
322,768 322,768 000000000000000018afee9398a754bdfb1a58046eb66bea3fb2b787bda6f892 0.35 MB 1,004 44
322,767 322,767 00000000000000001dc567f684846214f4d3df3ef87737302ddd051743324d71 0.13 MB 275 27
322,766 322,766 00000000000000001f1ef8414dfd5eff59403305a80c0898c3e4aafdfef92230 0.47 MB 1,027 35
322,765 322,765 000000000000000008f3a2336ccb5b7e91fb51e9d59053a6005c23ef0509c063 0.65 MB 1,288 29
322,764 322,764 00000000000000000fa02bbed8ab088c76900e80713fb4e769e4b496703594a7 0.09 MB 187 32
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
Previous 10 blocks ↓
Total Size: 769.22 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,634.68 GB sent, 94.05 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.