Memory Pool Memory Pool Refreshing

14,105 transactions
4.49 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,245 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (379,462 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
528,256 528,256 0000000000000000002da364542ae0ba2d965eaa805443b17ea6d926f5c41d6c 1.14 MB 2,019 88
528,255 528,255 000000000000000000229493bf52b6eb61527be5666007d795749a6d3f6c5cc4 1.01 MB 326 187
528,254 528,254 0000000000000000002ca2c21fe3c54d40077177068b183580e9024f88512994 1.16 MB 2,330 35
528,253 528,253 0000000000000000001614ae2f54d5f3bcb84de9d8d91f24f3db8a09f0f6ca80 1.13 MB 2,060 112
528,252 528,252 0000000000000000002d41e9e32ac8c377d2477cc7d4a44f6b3fbfc716d851ac 1.07 MB 955 103
528,251 528,251 00000000000000000010ce4ac53ca58c8408c60637f58841d890783d5c2b81f1 1.01 MB 283 132
528,250 528,250 000000000000000000323a68eefdb91d04ac9f81c3444233c0217ce098c50f14 1.04 MB 413 126
528,249 528,249 00000000000000000021e800c1e8df51b22c1588e5a624bea17e9faa34b2dc4a 1.03 MB 407 167
528,248 528,248 0000000000000000002dd4af2fcab0760d59b90a5e0a277437cfada8c7bd442a 1.15 MB 1,489 74
528,247 528,247 00000000000000000035676fbadc49d0d6f29dfa0855bf6bfbdc68e45cf81f47 1.10 MB 1,492 75
528,246 528,246 000000000000000000276d73ac4aee7aef44a2fcd5f8ba93eaafe1087bece13d 1.01 MB 239 118
528,245 528,245 0000000000000000000225305017d02a0001904c6ff4a55cd297bdeeffdb6c8a 1.01 MB 254 192
528,244 528,244 00000000000000000006470fdbc93d5d09169f0d36c095ab771fae2d4d20ae53 1.00 MB 167 163
528,243 528,243 0000000000000000001fba84f1a879fdd4c04b966e5126e5d74b73d4a6eeca8a 1.00 MB 248 516
528,242 528,242 0000000000000000000c92888a3160e358a9535b35c72f02b8d345b7179626bd 1.19 MB 1,183 50
528,241 528,241 00000000000000000022fead926a2af6d7265ecfd37fa5fcfb96cae59be9db14 1.03 MB 349 107
528,240 528,240 00000000000000000025749c743181cc4f35d49adedd45b010d65abfefa69c3f 1.04 MB 715 89
528,239 528,239 0000000000000000001744f83f0a9fdc38e84d94bd661adb8795dfa0fc8d5ee0 1.39 MB 1,780 12
528,238 528,238 000000000000000000024a189f748e1b45b42f9da7ee30d68fd623e4673e5d4d 1.04 MB 1,112 85
528,237 528,237 00000000000000000018981929cfd1d4d9e79a50945687ab3500ca5acef5db2c 1.20 MB 1,295 74
528,236 528,236 00000000000000000009e638ad925bed569959b9fc6e20ccc302b0a01489974e 1.06 MB 872 122
Previous 10 blocks ↓
Total Size: 769.02 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,622.95 GB sent, 92.96 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.