Memory Pool Memory Pool Refreshing

5,517 transactions
1.62 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,830 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (742,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
165,036 165,036 00000000000009539e0e81d4fb377b287c68b335b6732b62b4f751e8e1ff3ffc 0.02 MB 72 87
165,035 165,035 0000000000000c2067af30f453e0aa8ca5626e53f5b95f346332cd4777fff6b0 0.02 MB 26 143
165,034 165,034 00000000000004a19cb1d6a61172d5afb625d19e212e241bde94ebe7d1abbf20 0.03 MB 55 86
165,033 165,033 000000000000007e6a8f986b98f00eeb3d3af77626ce20d05f9b87206b8f0672 0.01 MB 23 73
165,032 165,032 0000000000000258f8225be12e619abe7204f1bad09088e2adfdab3848725d31 0.01 MB 26 264
165,031 165,031 00000000000003989b14c9ec4c1a68e73224633164654e099f204e5f1bea7ebe 0.01 MB 18 271
165,030 165,030 0000000000000abf8b2df0855122c233b0757ce33b518eedaaa858f40c929adc 0.03 MB 58 42
165,029 165,029 0000000000000c7809a72329a2d1265f391b02158432b077e608b4c7000d059b 0.03 MB 62 61
165,028 165,028 0000000000000855e4204312dfb600c22de90dd802a53832f003c916c92ffad1 0.02 MB 48 246
165,027 165,027 0000000000000ca670671f4d64c1ce2f24149c1b603bdf76df871c02548cdfd1 0.00 MB 7 53
165,026 165,026 0000000000000781269efac6e074beb1b3429ff870fd4661876e980a02fbc265 0.01 MB 10 45
165,025 165,025 000000000000035c293d129602c3c4c57425415c24d2b016cd505690d39bbf98 0.00 MB 4 202
165,024 165,024 00000000000005d2bed26b1007534113f1fcf09063c515e86ece49e0aa3ff629 0.02 MB 62 6
165,023 165,023 0000000000000631b41ce37a2da46c8bf3a013ffcdb45585b0c48fbe12331c62 0.02 MB 59 162
165,022 165,022 0000000000000385216b58256657996d80160665d2b5d7acc6ff21fe089fb68c 0.01 MB 14 90
165,021 165,021 000000000000006f2796f390cbe13a2dab3a07e4f5505f3730aa509c8b943799 0.03 MB 74 98
165,020 165,020 000000000000035bcc3dfae464495a5ebf9c7b2393cb90c6358a9c61f3883d63 0.00 MB 8 74
165,019 165,019 0000000000000937bdddf9fe2469a0932db7f2784c2680f770cabb6b8e808607 0.00 MB 13 33
165,018 165,018 00000000000002247e2cd084bce839b4c80bdfe3057f43bfb9734d82e4d2bf9d 0.01 MB 27 236
165,017 165,017 00000000000008f77b1603a62142210c4d327915b064b41c1b33615299099301 0.00 MB 9 691
165,016 165,016 00000000000006c30ec84d2a1f16f143caa66fa7c9f496a1337fe1848c18f429 0.01 MB 11 610
Previous 10 blocks ↓
Total Size: 769.31 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,642.77 GB sent, 94.49 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.