Memory Pool Memory Pool Refreshing

4,665 transactions
1.32 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,462 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (135,019 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
772,844 772,844 00000000000000000002821ea9e306c165a992536206dfa2d72ffe16e961905f 1.43 MB 3,302 25
772,843 772,843 00000000000000000002ab26c9727b49c8ae1646d9c4e8cedb8a1947e1d270c9 1.58 MB 4,009 19
772,842 772,842 0000000000000000000344b9d25d2db2e965879ba82119b83d369be17a085ce6 1.42 MB 3,276 30
772,841 772,841 000000000000000000017bfee927e065e84aa5b8311d3412f7361207fa78fcd6 1.48 MB 2,896 33
772,840 772,840 00000000000000000006b5228e8dc07451a3e1ac068559051a97ad1561af1480 1.43 MB 3,392 31
772,839 772,839 000000000000000000062313fc538252a3b695061a71e6702d2cfe9dca199bde 1.07 MB 622 16
772,838 772,838 0000000000000000000052275994b49b434f3fc698008ee4a2920e9aebbcba25 1.47 MB 3,198 22
772,837 772,837 0000000000000000000113f88e530af0a7412e2e77e267cb7787d642f895fa70 0.84 MB 1,319 13
772,836 772,836 000000000000000000068c26a8d384f5b298336ee0653a06e0d0a883fd39c334 1.73 MB 2,670 5
772,835 772,835 00000000000000000000f5331e45201bbd5d66ffecdcfaa614e39d9b48fc5094 1.57 MB 3,276 17
772,834 772,834 0000000000000000000015e8d85b33c36895e87449359e9af757c0f0f6512289 1.57 MB 2,171 35
772,833 772,833 00000000000000000003f8631f46af607b6153c1799766b26149995b8fc0c88e 1.73 MB 1,907 14
772,832 772,832 00000000000000000006e795d612bb4fd19379ef456f3bbdb110f240fbb2afe1 1.45 MB 3,377 28
772,831 772,831 00000000000000000001d4b357faabea03137d135c7a7c4055ee5d19df4b9e1f 1.60 MB 1,307 2
772,830 772,830 00000000000000000004c224cf3b15ba79fdc1b1b71c1ee4ebf7f86ccc202ab3 1.70 MB 2,891 28
772,829 772,829 0000000000000000000430bdddee4bb90db7f3b68ecd7e6512d4d7d0e7fe4c37 1.77 MB 2,128 4
772,828 772,828 00000000000000000006fd00d2ab15b7ce11111235ab387169bab085c223872d 1.70 MB 1,760 10
772,827 772,827 0000000000000000000110657d7c9db117961794d66ef1fe80e7ce2e33bd80b8 1.66 MB 2,941 23
772,826 772,826 0000000000000000000700da35f5da4f4b71a8dfd3db95e2818db0271d7f0546 1.49 MB 2,221 15
772,825 772,825 000000000000000000020c46d26c2cfe764b2f56c0423a68f19589625f8c78c4 1.49 MB 1,258 18
772,824 772,824 00000000000000000004772f6e8cf8289b11a27ec96bb30a6eb4032d22ad3892 1.44 MB 2,937 25
Previous 10 blocks ↓
Total Size: 769.28 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,635.57 GB sent, 94.34 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.