Memory Pool Memory Pool Refreshing

7,074 transactions
2.17 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,697 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,770 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (596,847 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
310,849 310,849 00000000000000002e4e9073da8a7faf8ecba712bc4315d1257dbb198bd1aebb 0.63 MB 1,211 38
310,848 310,848 00000000000000000c4e044ee955c09b899a328eb5fd0c0efa86541757d884cc 0.15 MB 240 20
310,847 310,847 00000000000000001f60ecbb363954b354d99832c3b34e3a5b660bcf806a755d 0.32 MB 647 29
310,846 310,846 000000000000000017141f96e43a40f72f789cfbb6f1ba747bb84891ecb4d6ac 0.63 MB 1,137 29
310,845 310,845 00000000000000001f03578bcf85491648249be25dd11709d703e6774a08d2de 0.17 MB 230 20
310,844 310,844 0000000000000000385073e263b82738a004a7d4a74c39c30539dfe7e71fb698 0.41 MB 690 28
310,843 310,843 0000000000000000227b2d362460b597b13197de90b962e3a86ce24185e26ee0 0.39 MB 675 28
310,842 310,842 000000000000000038f08da8d22371d594caee343bad4909ee3110194dff50e6 0.24 MB 338 21
310,841 310,841 00000000000000000706dbb62255e4e4c17789659156fed28b7b716eac53b6bf 0.59 MB 1,247 34
310,840 310,840 0000000000000000103e6a1c14b6337d8ef5b65cdd2049a4823a9d3791a18fb1 0.24 MB 393 25
310,839 310,839 000000000000000028cc6613ecdfe46d8ffc81b22e7bd7db9aa56f55e0e58a5a 0.35 MB 539 24
310,838 310,838 000000000000000020b0710e64d52e6d25eeea7949f92e725a9d510465889714 0.09 MB 256 49
310,837 310,837 000000000000000038613a4d441d4633262c854624ba6bbd29800bcbb751f033 0.02 MB 64 29
310,836 310,836 000000000000000039628b5bf18098055bf2f6de70e1a93462acccfa1eda0dc0 0.62 MB 1,226 36
310,835 310,835 000000000000000007a021bfcf4bee5e4fc98f0e9b3e8da85601d4075b8334cf 0.08 MB 107 23
310,834 310,834 000000000000000038dd1f0a5421c5ceb215d2e36e144c638a6f42df397b163b 0.29 MB 573 31
310,833 310,833 000000000000000001cd6563f8a788fca1ac246a9c6e671f6b8157fbfddbf9e0 0.43 MB 840 29
310,832 310,832 000000000000000018d7e9a213fea9888225858943f3859ed4b1c660c611fffe 0.06 MB 78 7
310,831 310,831 00000000000000001358eba402a42267609f0b173829ceb45b45b28a3820204f 0.40 MB 778 29
310,830 310,830 000000000000000011e4bcb7a30e7f589c458e8aae0b1e9001a210fe83dfebb6 0.48 MB 858 39
310,829 310,829 0000000000000000013283331b909533b00fa8624b4437c0eefe28111e2bcb40 0.19 MB 424 31
Previous 10 blocks ↓
Total Size: 768.98 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,615.99 GB sent, 92.70 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.