Memory Pool Memory Pool Refreshing

4,088 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,733 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (613,030 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
294,705 294,705 00000000000000008ba66b5359acdd6582f4bcc6bb660e24f759900b41b3bfb9 0.05 MB 128 40
294,704 294,704 0000000000000000365d2b82bc7698f93e465713c67808b1e03407b329f1caa9 0.01 MB 19 13
294,703 294,703 00000000000000006e46fa00795e3be3893fef5c729a7507eb3f30406d1c548c 0.24 MB 210 18
294,702 294,702 0000000000000000583df44d27f97e46712d7e7f9f0820e187b2192bbba72a63 0.24 MB 512 42
294,701 294,701 000000000000000025a271d65fc418b4c83d27d30d2e1a8ee17e3e9597a417f7 0.32 MB 494 22
294,700 294,700 0000000000000000af2f965646e99b10fba6d73e5ac1c43978d79ca03a3d7ec7 0.20 MB 512 58
294,699 294,699 00000000000000006990296b431de52183f58b800de5e3971394a0a9619822bd 0.14 MB 235 24
294,698 294,698 000000000000000066f2f5c6531e56153fa04729fa461cdde2a5db96cd810649 0.11 MB 256 35
294,697 294,697 00000000000000009dadd0df6ba2da22b0b035c81b4e7cfc8ead517ad9896a3b 0.48 MB 902 34
294,696 294,696 0000000000000000345cefd9ac7cd1f8bdd7068d5a4d216845d33ffe240b4e01 0.17 MB 350 35
294,695 294,695 0000000000000000719a30b19e5f9d339edb0be18ee542e23720e1920441f288 0.13 MB 70 14
294,694 294,694 000000000000000047c43a2e4d6c5ab6d87ba23042d0655abb0bebf6ef83595b 0.35 MB 286 20
294,693 294,693 00000000000000009247281009b1cb2285ff34e946055ff2360712dc8ff61a84 0.35 MB 579 32
294,692 294,692 000000000000000056bad811f0987f7da41894a8fb9b1022b672f6ed6d3b8523 0.25 MB 718 53
294,691 294,691 00000000000000007a3ca7c32363f009768ff01053b13e7d9c3db4e8064a9be8 0.33 MB 682 38
294,690 294,690 000000000000000033015434a059f775377481599c9cc5ec0e817414a64623cf 0.10 MB 106 19
294,689 294,689 00000000000000000e18b34655aa1ce74571cf0b650a217a41038a78a877e233 0.67 MB 669 25
294,688 294,688 000000000000000029a7997fe1352446afda6b18c65d22e7292ea830908730e6 0.25 MB 581 47
294,687 294,687 000000000000000040685a8db54b229ffc321b83e11366e8e5af25e241bcbf17 0.50 MB 933 35
294,686 294,686 00000000000000005530ae8b58d61e10b2709bc74d36c8743b58dff3084f4c7d 0.25 MB 776 56
294,685 294,685 00000000000000003fe0508b3efb78fb11b6ee2c89db9c4aadfb2ef60d033d5e 0.54 MB 281 11
Previous 10 blocks ↓
Total Size: 769.05 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,627.33 GB sent, 93.12 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.