Memory Pool Memory Pool Refreshing

2,857 transactions
1.15 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,901 (635,556 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
272,345 272,345 000000000000000239227b2ca5112d8f8e855188e6a59faa1bfef83d1cf18de1 0.31 MB 569 54
272,344 272,344 000000000000000384582c29b00bd2f198f91cc9c2496b68252d184592ecb74b 0.11 MB 265 51
272,343 272,343 0000000000000003750b52ea15b2641eb530cf895f17a00f5f041b618fd76bcf 0.42 MB 972 63
272,342 272,342 0000000000000004c80134fdfcfea35e38f9b7de9a060de89ef5f468a49576bb 0.54 MB 823 26
272,341 272,341 000000000000000528bc2bd8755bdbfe7a4c604d60ac192f32068bb202439a22 0.25 MB 622 74
272,340 272,340 000000000000000457f4070cec489d4603441aa03df2e755ed82b52de12316ee 0.25 MB 776 117
272,339 272,339 00000000000000058a71344bf7b63f1723d758bae1e467b6641dcebfe6342fb7 0.15 MB 295 47
272,338 272,338 0000000000000005db9986baeea57e703a3138b909e323992f4c3bd6ecec4d4f 0.09 MB 227 43
272,337 272,337 000000000000000427cdbeec7eeae71b2c1df83f1a4226d7be091cfd35626079 0.17 MB 425 70
272,336 272,336 0000000000000002249c59e0a87744ed7c503468fe7f2182aa992f56e311e7d1 0.33 MB 531 55
272,335 272,335 0000000000000000c4ca5c08fc95761da3165827d6ce49e1f1f49d64172ac96c 0.22 MB 415 70
272,334 272,334 000000000000000600b10cba0138e29e5ecc46d60d89d271410aafb452d63e23 0.15 MB 336 66
272,333 272,333 0000000000000002850c3575fb5763b8515e20eeb88041b2af73be16fe8abf57 0.18 MB 385 57
272,332 272,332 00000000000000045d8d96aa5f733a2a8fd44419ebc33511a32202d881a583eb 0.17 MB 344 47
272,331 272,331 000000000000000191044e96af9f09f01b7b9db6ecde3853345e9757204eaf83 0.02 MB 43 42
272,330 272,330 00000000000000054f506b3c64c9f4c62adb564af2cca683ee86aab1f38b3641 0.02 MB 29 36
272,329 272,329 000000000000000422b588b5f9035c33646f0fcbf2651c2a60a9fc4ea310471b 0.13 MB 255 51
272,328 272,328 000000000000000370331148e75e43b907d9c585b5bba82383f58417d953b2d2 0.07 MB 121 51
272,327 272,327 00000000000000013f7119539f824f191714ee643a52a3daa987c18efc39b681 0.25 MB 466 65
272,326 272,326 0000000000000005e80876cb6c272e9d727d0b267436bca220f388ff0f793f41 0.02 MB 28 123
272,325 272,325 0000000000000003c0f30043e7b7fd80cd7ce82fbb17b290c28db98e690c7359 0.07 MB 80 27
Previous 10 blocks ↓
Total Size: 769.36 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,643.68 GB sent, 94.74 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.