Memory Pool Memory Pool Refreshing

4,229 transactions
1.43 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (774,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
133,571 133,571 00000000000008a7ea41dc70f2a08f9a1904dae280faf771c1c3da4be02dd3a1 0.03 MB 60 739
133,570 133,570 0000000000000a768cccbdeff278f4af55968464473a3689295e2ed22855fc16 0.10 MB 248 736
133,569 133,569 0000000000000741ad287eafab8c78c8ebe496deef2f48a2c7a6eb7bbca536e8 0.01 MB 40 134
133,568 133,568 00000000000001dbc6555904ab5b119a47edb0c5e821c42406285a6f4d66dfb0 0.03 MB 52 903
133,567 133,567 000000000000031010e870e12a4c53db62fb0aef89a2d8751d038030cb78933a 0.05 MB 158 338
133,566 133,566 00000000000009a06a506f73a6f10fc59e7c52b78eb190e45a587aca5b6fd442 0.01 MB 17 696
133,565 133,565 0000000000000c19b02147db3ff0f75ea7c8a42f260608868856e64237bc37f5 0.02 MB 39 193
133,564 133,564 0000000000000065d910b76e54ea67acb527d612b9db3aa71d198225bfa2ca08 0.10 MB 171 294
133,563 133,563 00000000000008f290c00718329d8e54da7350dd2878a26535dd26dcf03b035a 0.04 MB 88 314
133,562 133,562 0000000000000015b303959de86381bd54a485a98ac4eb9ac7611b0594730d10 0.04 MB 67 964
133,561 133,561 0000000000000556193ddec2e8bb338bb000317eadc37e27bb3099bdfdc04d90 0.01 MB 44 575
133,560 133,560 00000000000004e3db77c875a75d059e970dcbf2d150caa04da3542c2015c1ee 0.03 MB 44 267
133,559 133,559 0000000000000189b5c2b3501fc441e94a9782fa2f9eaecad33da1f63330e8ea 0.07 MB 220 413
133,558 133,558 00000000000000808424b514114036f2ae2d29dfd60c98d0833a081b603e7599 0.10 MB 176 199
133,557 133,557 00000000000005bfe3fa9f54b31724b44da4afdabbc4e980d49f5827ea604337 0.03 MB 57 775
133,556 133,556 0000000000000bd7e17d0476d5cad08b45d78528970b9d2daa175d548c250f5c 0.03 MB 68 285
133,555 133,555 00000000000004f3a92d731f92ce6eaa8987cb97d4426c13b02c897cdb808da3 0.02 MB 36 684
133,554 133,554 000000000000063cf3921641eed07addae907d4ee8eb894e30bf5ad8fb106419 0.01 MB 23 427
133,553 133,553 00000000000009f64d5c0d341c074c9ac284cb79bdc2381014f1b1f4260f8fad 0.04 MB 133 112
133,552 133,552 0000000000000556c0b531366e130b351fb809464ca2cacc36f872346473616e 0.00 MB 18 607
133,551 133,551 000000000000032c05a10817799a07745e62ce9f2d09339b86912bd4e6d222bd 0.02 MB 44 886
Previous 10 blocks ↓
Total Size: 769.01 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,617.24 GB sent, 92.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.