Memory Pool Memory Pool Refreshing

8,661 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,961 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (780,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
127,132 127,132 00000000000003e34d6e31c0d5a6a660ccaa1e1d82c24ad03101577e01b45e42 0.00 MB 11 589
127,131 127,131 00000000000011f09715bdee411ef1e293760036075a447338acf0a104b1cf83 0.02 MB 38 915
127,130 127,130 0000000000001c046172433ddc1b9cacc3026bc35a98ee38469667f6515e195b 0.01 MB 22 785
127,129 127,129 000000000000231bbd9fc654ad6aacae05d5ce69d89d5d2e683bb51fc2024c66 0.01 MB 11 1,058
127,128 127,128 0000000000001fea13f92f47de918f8e4cd8b17b89b9336d622406fabf922825 0.01 MB 20 314
127,127 127,127 0000000000000dda85c134b0ddc0f63f5ec05498a511e09340b0eb50c0564547 0.00 MB 6 646
127,126 127,126 000000000000010ed045b62878021b09376948ebce5a54f17c2dc6db4425a56b 0.00 MB 13 0
127,125 127,125 0000000000000ec31d3cef40339b5103ebfc73750acb4131c9c6c65dd3e03767 0.00 MB 10 437
127,124 127,124 00000000000015e3f1fed41ca2d425356f7f1c9a853ab01901685c38dc0a57b5 0.00 MB 12 1,386
127,123 127,123 00000000000013ec605899e5061ac4c4db346cc779bbd0361075293ca81fe9c0 0.00 MB 9 992
127,122 127,122 0000000000000871052c6a2e5b6b5c3c31766119d5bd33aff946dbdd1025523b 0.00 MB 3 3,868
127,121 127,121 000000000000034833fc092f29c170dd8bc0202ee51541d270935f46e5038aa2 0.01 MB 29 613
127,120 127,120 0000000000002339199f156ae7a829415a915f7567a95322298fd3a249643154 0.01 MB 11 189
127,119 127,119 0000000000000aa3d6c2f173ce02bfb9135d6c8f779d028a771f8ee3010f98bf 0.00 MB 2 0
127,118 127,118 00000000000008ee5cc6d084aecca1def12cf690e58ced063a8d134fd462cc8e 0.04 MB 126 212
127,117 127,117 0000000000001a601e983a3819bbe7ac34d43c4b10b02c46f7ef81ee41bf15c7 0.01 MB 31 1,215
127,116 127,116 00000000000017c0812f3d2fe739a6b381837382320408920d1b096b48885c01 0.03 MB 84 1,034
127,115 127,115 000000000000033b1d72f932141a21a60073a897a0da809f873d980338beea8c 0.02 MB 47 2,541
127,114 127,114 00000000000010b7bb0925988260d23a908c4ff279d81c9e133d40ae5bf9eae1 0.01 MB 18 1,039
127,113 127,113 000000000000229d237a4ec84303507f8193d31bfeffd567a65f1e2220b2142a 0.00 MB 10 774
127,112 127,112 000000000000001fb52414287a68f13be5ea14e23329876d932a09a69f052d45 0.01 MB 9 108
Previous 10 blocks ↓
Total Size: 769.04 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,626.68 GB sent, 93.07 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.