Memory Pool Memory Pool Refreshing

5,049 transactions
2.27 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,738 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,999 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (107,799 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
799,938 799,938 00000000000000000001057038150e6078f8687169770a1574ebb0f4a5f67331 1.90 MB 5,246 5
799,937 799,937 0000000000000000000330eec39371cf38937bbf8bfee81b9225ac8a4d02337c 1.67 MB 2,623 11
799,936 799,936 0000000000000000000330dab31c98d327c06629ca35e6a060e3016dd1af9034 1.54 MB 3,320 34
799,935 799,935 00000000000000000000a4d3ea6926d12145e05b5b8b0b77b1dea94e41ba4f7d 1.73 MB 4,407 5
799,934 799,934 00000000000000000003788fa5237521fd090d09f49ebc3e074920dc64ced727 1.88 MB 5,082 10
799,933 799,933 00000000000000000000959d39f43c6fb91c8a492046c49d489d1b2bf8d4523d 2.00 MB 4,881 9
799,932 799,932 00000000000000000001f970e7b5bafacfc36a59d5df041a99f0c2803f14a07f 1.62 MB 3,633 15
799,931 799,931 00000000000000000002d86f969f42d98e51f08535a613625b3bb8c833a3262d 2.00 MB 5,725 6
799,930 799,930 00000000000000000001d05e2732297be82197174aa9451272d0989bd89b8526 1.79 MB 4,787 8
799,929 799,929 000000000000000000038c470ab42110749bdf4bd240c9a133dfaf70f22052d5 1.59 MB 3,445 13
799,928 799,928 000000000000000000017cda479af702dbdd1798d5632babee8fa7d73b877f4c 1.76 MB 4,497 8
799,927 799,927 00000000000000000004fd51d9000173e7e43b3c311b2eeb5d2e2262c16c33bb 1.97 MB 5,770 6
799,926 799,926 000000000000000000043516bd83f364cd011d4ae8d09ab683dcb1977cd741ab 1.83 MB 4,765 12
799,925 799,925 00000000000000000000756ddc85a89fd70d9c5fe5491058980c404f3760d07b 1.72 MB 3,511 13
799,924 799,924 000000000000000000029b10bcb0e0d753b69e21ca3693aa6af88d1a93f98cd8 1.32 MB 2,146 27
799,923 799,923 0000000000000000000247d20134186d64747b8c60135d406a80613669058f3f 1.55 MB 2,137 8
799,922 799,922 00000000000000000001c34541c90a9ba3f18fca58b12a83fb180f4a950c6c35 1.58 MB 3,408 34
799,921 799,921 00000000000000000000e894a81d195fd1eb5460c87e334a81761a331980a76f 2.07 MB 4,775 12
799,920 799,920 0000000000000000000195d360d9479db6998a781a4c07d67a2633796c22cbf3 1.78 MB 3,223 11
799,919 799,919 00000000000000000000e8ec61a382623d01659004e28ac271a89188074f38e9 1.43 MB 2,110 23
799,918 799,918 000000000000000000014fde70c74aa2c39d64fe4ef8936eac3aef1b6f723528 1.54 MB 2,390 10
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, 113 incoming
  • Data Transfer: 1,627.65 GB sent, 93.14 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.