Memory Pool Memory Pool Refreshing

10,308 transactions
3.02 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,032 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (189,059 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
718,778 718,778 00000000000000000003cf534cc989bea3e93a272a057b51528ff2a584885896 1.23 MB 1,377 4
718,777 718,777 0000000000000000000a3373d377622fd7682fc8f8e63ed1c55cecf6aa573d85 0.72 MB 255 2
718,776 718,776 00000000000000000002946a72904fdbf9efe9022b970e41a0c49b76d3bd947b 1.31 MB 1,528 5
718,775 718,775 00000000000000000001c1d1115665063e7ccc35a8779023b9a43cc222154b4a 0.51 MB 991 6
718,774 718,774 00000000000000000004e8540234edd4b998fcabf58c1f115c10763b62f657bf 0.03 MB 79 8
718,773 718,773 0000000000000000000962def3620900ddb5f1829b2e961df276ddacedc0d0ee 1.51 MB 2,698 7
718,772 718,772 00000000000000000008ebb8db0f97bfe9c7acab986845e51d87af333a768f44 1.23 MB 2,464 8
718,771 718,771 00000000000000000001be9adac5b9616ddc4c45891d01f5ff3c921071fd5a3e 0.98 MB 1,088 5
718,770 718,770 00000000000000000005f270aeda8a3af2d0171d3e8f28a22d835a5ea60adbdd 0.50 MB 944 8
718,769 718,769 0000000000000000000a7c7b653dd8616dc7974d1789bf6eb48a65d40dee7fe7 0.52 MB 576 6
718,768 718,768 0000000000000000000669d4a51c96054aebcc164747bcd7696fea3faa69afaf 0.47 MB 431 1
718,767 718,767 00000000000000000003fef60c1b49c40e87ba9fef8c2ece9e384ab7c9d962c2 1.43 MB 2,785 8
718,766 718,766 0000000000000000000b59e543edbfbed6b4440ad3d7aed1c1ab596ab546ad07 0.51 MB 882 11
718,765 718,765 0000000000000000000a778539df2b796aa7219ab79fc7f5419c43ce1b76dcc8 1.00 MB 946 3
718,764 718,764 000000000000000000075ca168cfdf8489a6083b0f3bb7cddbdfebeb0c09e05b 1.34 MB 2,250 7
718,763 718,763 000000000000000000032f7524d80143fcd7439a2bd85bcbc35eed6909de155a 0.03 MB 86 10
718,762 718,762 0000000000000000000323a0ac90e5a930ee3a7d4bd90d154d2c26b3f5ff2598 0.95 MB 1,412 6
718,761 718,761 00000000000000000008d9922b8fd34d54c92cb635a73001e616d10cb25a0370 1.50 MB 2,626 9
718,760 718,760 0000000000000000000893078c6b1de71e8e7cac7e24586447dab9a40dfa236c 0.45 MB 753 10
718,759 718,759 00000000000000000002017f8f0019c547434a98971d769b656292ebdae837c9 0.03 MB 74 13
718,758 718,758 0000000000000000000af5bda2e1480d5e448788e8363845d1cce6ff75033fbb 1.35 MB 1,845 7
Previous 10 blocks ↓
Total Size: 769.24 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,635.01 GB sent, 94.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.