Memory Pool Memory Pool Refreshing

6,323 transactions
2.10 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,728 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (18,661 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
889,092 889,092 000000000000000000007763499b214feb8dcb034c4fdfc390e7ca4304326a11 1.61 MB 3,962 3
889,091 889,091 00000000000000000000c8a2b4f17fad4411c9bc36dfcc651ae4e0d8b89e3102 1.79 MB 4,413 2
889,090 889,090 0000000000000000000054c9dec0cc897518f1fd22399bcab981ded67215d338 1.75 MB 4,787 4
889,089 889,089 000000000000000000001ef89c915ed08e7c114dd6fd8635a6a1ae86faef7060 1.63 MB 4,375 5
889,088 889,088 00000000000000000001c4d3d684df633b5243418e2e528ba1eea0a6359c4f54 1.74 MB 4,540 2
889,087 889,087 000000000000000000016bed4d815ce6c681f0f893e38b7bfe2753c97555c68a 1.77 MB 4,481 3
889,086 889,086 00000000000000000000d18ca3a7a578eb6c360d87a47b363b7d9adaf048ff4f 1.59 MB 3,732 6
889,085 889,085 00000000000000000001b7ba93a3df41d214e4963710cf924b4dff3ff64fe582 1.52 MB 3,683 5
889,084 889,084 00000000000000000001b3462894e457b75c3104b907cc849e85f77b21b6e440 1.71 MB 4,235 3
889,083 889,083 00000000000000000000c12d4ea9565f6176acf5fed627a08febfaaa51ca9e32 1.84 MB 5,068 2
889,082 889,082 0000000000000000000241de3081e831504e15345262ded3bde6d0a0865cf91b 1.73 MB 4,459 3
889,081 889,081 000000000000000000002821ad2f1cb2ac2486b336782fb1994e9efd7c8e4995 1.94 MB 4,720 2
889,080 889,080 000000000000000000005206b325683ad8d202151e4cc412f1943c70257acd25 1.98 MB 4,277 2
889,079 889,079 00000000000000000001e52dedaae443abb7db541a2bfcca4684a96d91d065c3 1.79 MB 4,903 2
889,078 889,078 000000000000000000013675c9a31e18c54058a1d97ad75d08d192c00e9b46b8 1.99 MB 3,123 3
889,077 889,077 000000000000000000023ae5c6ec008b8a43947b9482f407c9786cf49c0b766d 1.60 MB 3,830 5
889,076 889,076 00000000000000000000ff378915f7e6d44a279c6b802afc596484711e9a210e 1.58 MB 3,670 4
889,075 889,075 00000000000000000002775fcbc7ff304632a1678ab45c78f1cda12c94b4adc0 1.76 MB 4,713 2
889,074 889,074 00000000000000000001b71a1e70c310101a29934e34d9bba4cb6de6c92eaba0 1.67 MB 3,805 4
889,073 889,073 000000000000000000023019b4118f262dc393b4b28d7640922e7dba430cb759 1.51 MB 3,430 5
889,072 889,072 0000000000000000000171d656474ef6b80cb9c4f619defee085f25e979644ac 1.80 MB 5,001 2
Previous 10 blocks ↓
Total Size: 769.08 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,628.28 GB sent, 93.33 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.