Memory Pool Memory Pool Refreshing

731 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 723 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (155,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
752,048 752,048 00000000000000000007928fa657247513bfdd4df33e8356229f6f599e70488a 1.39 MB 3,005 19
752,047 752,047 00000000000000000000b1c6374654fd431025054c2370838971fa5099aeb700 1.47 MB 2,641 19
752,046 752,046 000000000000000000018a6f60a03f7aa6ad3989bf99dfbd3803db6bc145b847 1.95 MB 1,063 9
752,045 752,045 00000000000000000002b77d4f287bad1c421365c726bf7b5e47658a47b3bd87 1.63 MB 3,363 14
752,044 752,044 000000000000000000062dcf2c379312ce25ba0586208a3ffb97a0197ef8d758 1.51 MB 3,050 21
752,043 752,043 00000000000000000005ebabdcba4bd1875baf9963efa268f1d98bf9d487bd9d 1.56 MB 2,583 11
752,042 752,042 0000000000000000000552eacbe92d36247d8bdedd2a3b66cf49d772a6c42211 0.73 MB 1,494 9
752,041 752,041 0000000000000000000053726dca8d7e8c5e187bf88499b1c2f67f6e95ea9992 1.23 MB 1,928 9
752,040 752,040 00000000000000000005123ca0fa37c6a5091fbc19385ab8402a5df2835357f0 1.04 MB 1,428 6
752,039 752,039 00000000000000000004ee8ac987d35c6644cc4a52e053b1d58b1cc7bd5f7ac8 1.67 MB 1,754 4
752,038 752,038 00000000000000000006390113fd4a19e295eab5c01c1ba5f186d0f41929e41e 1.47 MB 3,067 7
752,037 752,037 00000000000000000003db6f0b712deedb84c39e9dadc9e3c0f0bdd13619d6ea 1.53 MB 2,587 12
752,036 752,036 00000000000000000006ef376569ccb158ef3aa22b912c12188179789f7c2fd2 1.52 MB 3,005 12
752,035 752,035 0000000000000000000433370b052b68cd2288ccc186d60860c993a9dcc9eb99 1.29 MB 1,972 12
752,034 752,034 0000000000000000000478e31c21ab27694d447c1b288769f4f96480f3bbca16 1.22 MB 1,631 10
752,033 752,033 000000000000000000085d5a7983762ea67efd4e3059e9365779cb6dcca1b620 1.38 MB 2,966 21
752,032 752,032 000000000000000000058aace79652f256820760aac12ecf92be975215e664ac 0.57 MB 570 2
752,031 752,031 0000000000000000000387f057f3f8c07245dcf7e5926d7c00e621e476a0a393 1.54 MB 640 1
752,030 752,030 00000000000000000001f68d320c8f072907c4ac371112d3416e46c2d8dbda78 1.46 MB 2,023 5
752,029 752,029 0000000000000000000145035354d6ae4bb5634eb4f75ae0e935db8ab683a988 1.59 MB 3,027 3
752,028 752,028 000000000000000000010a1f81c1fff157b5bfa8e764b51f5d1dc6ccfe3b73f8 1.63 MB 2,606 9
Previous 10 blocks ↓
Total Size: 769.11 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,629.33 GB sent, 93.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.