Memory Pool Memory Pool Refreshing

7,695 transactions
3.58 vMB
Show Random Selection Loading Transactions
Max Size: 19/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
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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,001 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (55,030 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
852,693 852,693 0000000000000000000380f7d1c429942e79e221355cc618af8ee9a28ab6d129 1.48 MB 2,965 9
852,692 852,692 000000000000000000024da761e4c92f1fdbc6f1cbec98e9716abf6a3d8bdabb 1.71 MB 3,542 11
852,691 852,691 0000000000000000000124ea283f74ecd5e6a3505f3a3a697e902243a78c6fb5 1.54 MB 2,834 13
852,690 852,690 00000000000000000001a1734667cf1ad3926c5a0638d969aa4d908d99ec2ccd 1.62 MB 4,619 8
852,689 852,689 0000000000000000000158ce1d5681636c43c59969202ea7569cc00532a0f443 1.66 MB 4,022 6
852,688 852,688 00000000000000000001accacfa6aee82fbbaedb293a1dc981bc157564dd80f5 1.58 MB 3,330 8
852,687 852,687 00000000000000000002858d2e27059fb77a0e668f1b2d3153926dec14672929 1.82 MB 3,407 4
852,686 852,686 00000000000000000001c179f2dcc2b353ccea033c60e0080b35a9ce0ecf9ffc 1.51 MB 3,170 11
852,685 852,685 000000000000000000036f02ff7a758ec6f8b8c285f36981d4910111ed362f59 1.67 MB 6,390 4
852,684 852,684 00000000000000000000830651a1ab0ac1f89c22bc12da4502f537020a363f76 1.65 MB 7,901 4
852,683 852,683 000000000000000000027f5dd157d1d858e524af33523c53e47e7dfb2a469980 1.69 MB 3,746 5
852,682 852,682 000000000000000000024dfde7924a1f49c91ca270a275491181b09287566b5d 1.51 MB 2,746 10
852,681 852,681 000000000000000000037e4c80b135aa24b2746aa171828368b40213d7827b0b 1.56 MB 3,532 9
852,680 852,680 0000000000000000000334b0ca14d5fa0ddefddcecbbcd8a6d8096230b086c4a 1.63 MB 6,796 5
852,679 852,679 000000000000000000016a4d1a5d4d1d8542fc77a72710cfe46505929da075b2 1.69 MB 5,006 4
852,678 852,678 000000000000000000012bf29d20cd2a4a994ccc222d220840913e5e52803f68 1.55 MB 5,244 7
852,677 852,677 00000000000000000002fae820d5d0b22bc4c2379d613e8d81b498e58dd6a584 1.34 MB 4,348 4
852,676 852,676 000000000000000000024939b50b85a0e7af6794880b141ac9ff54645b71649f 1.32 MB 3,866 5
852,675 852,675 000000000000000000016cf2c99a97b08efdb5d313e2d14f82e671f2aebdf5fe 1.43 MB 2,387 4
852,674 852,674 00000000000000000003054bebc62a8df8412566aaa51906d208200ca5db564a 1.49 MB 5,323 8
852,673 852,673 00000000000000000001e99d1b7bf6e5bdd6c88b22dcb4a957b0dc67feaff0cf 1.47 MB 5,557 10
Previous 10 blocks ↓
Total Size: 769.03 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,624.87 GB sent, 93.01 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.