Memory Pool Memory Pool Refreshing

4,204 transactions
3.18 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,812 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,661 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,811 (724,874 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
182,937 182,937 00000000000004b711bd081f89c10a0d898c182780264d0cbc5a6b59686d7bbb 0.05 MB 134 126
182,936 182,936 00000000000006db90724672446c546af87f3104e55b984dbb21c0f54986c3ef 0.05 MB 152 515
182,935 182,935 0000000000000773f4ebf0acfaf6f019599645f19567c336c0af42ba843a8c23 0.08 MB 195 148
182,934 182,934 000000000000030dc3211a23b7a604912a1d1b3099d0fac270dd94ac7c0e3e7c 0.04 MB 128 144
182,933 182,933 00000000000008cc84c171cf63c2746c16a4ea1bd55572a9c06565014576534b 0.01 MB 28 54
182,932 182,932 00000000000007b6cc739b945204cbf951c12dfeb98e149c7c864baf5de55c07 0.00 MB 13 34
182,931 182,931 0000000000000a16736dd349c8a26fc262f622d9df5cf17b659cbe51c4f207cf 0.07 MB 169 113
182,930 182,930 0000000000000258b0150a5c3696388365cffcb0b22083c25a6ffe32ee862f8e 0.18 MB 370 107
182,929 182,929 000000000000027820cd30e97c6179be4e7cd5f5901ba6c341b2c54c05e52607 0.09 MB 163 215
182,928 182,928 00000000000003cec05e74910639280f7b68c1a8379f2aac6411b44be07a17fe 0.08 MB 208 163
182,927 182,927 0000000000000683ac21a49158ee543235d881e510c45035283da0f59f4d071d 0.08 MB 174 168
182,926 182,926 000000000000073d94a606030fb4e676a73f0d088ea8d1524274c6f4f6bb2467 0.14 MB 400 169
182,925 182,925 0000000000000182d382e13c9732e84907253c4f0cee0a6c7fd4dcdb1294aef4 0.05 MB 123 133
182,924 182,924 000000000000052d91e1e2bc86f540ddafe5da5389060a6f3ac2aa421b7774a3 0.07 MB 124 104
182,923 182,923 00000000000009d67cca84bb0a220a2ca95d10c1835a637d0396fa27680d5444 0.01 MB 23 268
182,922 182,922 000000000000068d1e36006ff04aae2a493d9a44e7ef426579142498430858f5 0.07 MB 155 153
182,921 182,921 00000000000006309c8a1616c2929014e778cbfa6b42fb62ff68ec81bdb0e3f3 0.00 MB 10 1,063
182,920 182,920 0000000000000323a9aa16e997f3a5d17c076389ba4598024bf0970e8e6c93dd 0.01 MB 32 99
182,919 182,919 000000000000034d990ee028938f3a9d20e6064b88274478ccb50e810eb934e6 0.15 MB 341 136
182,918 182,918 00000000000005042b578fa8cfad39becaca22b566b8e0133d472d3a16483f85 0.04 MB 86 109
182,917 182,917 000000000000013cf3063093d4b0c8a6c972446b87766bdbc1aae19dd78a7535 0.00 MB 13 50
Previous 10 blocks ↓
Total Size: 769.19 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,633.65 GB sent, 93.87 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.