Memory Pool Memory Pool Refreshing

5,123 transactions
2.23 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,398 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (455,120 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
452,703 452,703 0000000000000000002104a97bf9b15cdb6b7e2c59dd99c93f2b51f22b660266 1.00 MB 1,671 82
452,702 452,702 00000000000000000192f569f61cffbb823c90761c38e9378266a6555cdaf39b 1.00 MB 2,804 122
452,701 452,701 000000000000000000b609338a223e4f76123c37a264c81defed32e17c92f8ac 0.76 MB 1,432 80
452,700 452,700 0000000000000000002e35f57d2765051ffbefec536cf0d9485ef23903800fff 0.55 MB 495 23
452,699 452,699 0000000000000000017cfb913357359d5a447670a7aa8802ae5b17e2105f51ec 1.00 MB 1,762 50
452,698 452,698 0000000000000000014a7e9ab5249a371080b46d5c39672a874853193a3032fa 1.00 MB 1,760 80
452,697 452,697 000000000000000001f5dff24db1f4e2aba60d889716717a071471f64e270326 1.00 MB 2,467 75
452,696 452,696 00000000000000000140c4d8a232b07c28bee693a72314880e6214ef2b8d8762 1.00 MB 1,853 79
452,695 452,695 00000000000000000067fa06242f7937b44ed63043974bf961a295b3f1ea5ea0 1.00 MB 2,837 121
452,694 452,694 000000000000000001b2d2678d37eb458d89e7d508ced2ac872236d17d35e93f 1.00 MB 2,382 91
452,693 452,693 000000000000000002108b45a1b8bed996c82e170090ca717a590aeeaac89cdc 0.37 MB 1,050 117
452,692 452,692 000000000000000000edd2ec88cc8f827eebab0a1b6a2178c47ec6de0ff8d3b6 1.00 MB 2,197 95
452,691 452,691 000000000000000000ce60257ab34d0ac850afb1e5ef9b749e58d5f73def6ca8 1.00 MB 2,161 68
452,690 452,690 000000000000000001c2642a6972148a3108dbe612653669debef59ab10f7d73 1.00 MB 2,033 89
452,689 452,689 00000000000000000153b118ec05262d374d1bb3544bd15a830671ae965d6454 0.37 MB 837 94
452,688 452,688 0000000000000000016b2e1da2a137be4479867d96c743b68e38b9505109320f 1.00 MB 2,186 81
452,687 452,687 0000000000000000019753b79d3156f038a9e3a7d08e4977a26ecb624e09589f 1.00 MB 1,927 107
452,686 452,686 0000000000000000017c50307fe895187e742de227f50f091129ba5e53bfc1b0 1.00 MB 2,341 132
452,685 452,685 000000000000000000918a8d07f40a0251e0fe958a9e1b3640ddea6d335f1527 1.00 MB 1,787 92
452,684 452,684 00000000000000000265a2f596075166e0b5e2674b2b045430ec89e0419c8107 1.00 MB 2,296 105
452,683 452,683 0000000000000000002966800c5ebcb493477c8a5e2abd312206bf9fd33f1b29 1.00 MB 1,675 107
Previous 10 blocks ↓
Total Size: 769.21 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,634.33 GB sent, 93.98 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.