Memory Pool Memory Pool Refreshing

6,773 transactions
2.28 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,831 (703,151 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
204,680 204,680 000000000000051b600c418e0ea011a4a5ac4bc6ba1bbc0abca5c5022e6761c1 0.06 MB 187 73
204,679 204,679 00000000000000796e3fc17218309591e197b47ba8efde5f8bc7cc0ca56cb0eb 0.03 MB 67 129
204,678 204,678 00000000000000431a355035bbbb1eacf33867ab100c65e6c43562b3d7e8a4c6 0.16 MB 298 91
204,677 204,677 000000000000034874d8707b19e8afd97ae43d4d8708d0032e072a5227cb2ac8 0.04 MB 98 119
204,676 204,676 000000000000004a990226a4cda950c0b4b20e45c2c484c90be9a3fde02f38cb 0.00 MB 10 206
204,675 204,675 0000000000000160c9f50bb1087bc2c51db08bab1e1363e9ffd04b8ab13f5d9e 0.06 MB 121 113
204,674 204,674 00000000000004972bbd6a5de57d5352969a871b286a9d08bd4622834de0006b 0.06 MB 115 82
204,673 204,673 00000000000000109bf1462a972228a0650d8715ea540aec941de89ccc38086e 0.12 MB 263 150
204,672 204,672 000000000000045defbbb4c65c1fbc6e159c64df43f103a08e4a164c40cb0797 0.05 MB 133 157
204,671 204,671 0000000000000288349cb293ebc8e06b64b9b79206db95b8bd38fdd351c619c6 0.00 MB 13 0
204,670 204,670 000000000000029fd3fe3627b00ec211833f3a9e3cd3c44fd843bb45f4efbc63 0.05 MB 107 166
204,669 204,669 00000000000001419a4d4512cda11531ee9602319e879b32d8b8d0dc94a70658 0.00 MB 5 48
204,668 204,668 000000000000013dcb2a972bf51cfa3cef3eed1bac22622a5628e32c2a06e02f 0.04 MB 86 125
204,667 204,667 000000000000026fd445014217465d9be47766ba6bf0fa2a112a9cb080c8fc9d 0.06 MB 128 118
204,666 204,666 00000000000002a748804b5e3dc7103f757e0af718e4b7b8962a2c7546c62365 0.00 MB 8 161
204,665 204,665 000000000000034987438d98b60d4fcd14026b8df9737f0acbdeab73b97e10c6 0.06 MB 127 161
204,664 204,664 00000000000001038686fe2f0dce756c56f047123acd1e514453e8555ad1ac68 0.34 MB 621 73
204,663 204,663 00000000000002b032243afa2e7befb3504a26e8743a01d6c1a48663dfd686d8 0.08 MB 218 183
204,662 204,662 000000000000000a89ce4415e8f4423d95d0e6780feee5d292839e78e3f18866 0.42 MB 791 175
204,661 204,661 000000000000034502e8eb46c902f1d6321a34da0737a6d2a9bcd101adfb6bb1 0.02 MB 56 74
204,660 204,660 000000000000032bf7e2bcb98b5ac0180aabc3af6ef72d70756eea5afeb470d6 0.27 MB 608 85
Previous 10 blocks ↓
Total Size: 769.23 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,634.72 GB sent, 94.06 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.