Memory Pool Memory Pool Refreshing

123 transactions
0.03 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,860 00000000000000000002349e0000000000000000000000000000000000000000 0.03 vMB 125 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,859 (16,482 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
891,377 891,377 00000000000000000000d13bc6f035df7508bf74052ce21fd38e5ab4954ad3a6 1.64 MB 3,471 10
891,376 891,376 000000000000000000003105da351b7c949235814715d1c1f2a8472b18360b5a 1.51 MB 2,147 4
891,375 891,375 00000000000000000001ada1d30feb686db1f7bc9abd566d083788665e8410bd 1.78 MB 2,020 1
891,374 891,374 00000000000000000000b0dbec8b063a13d4843a5a90f7e4d2af3e20e4f08523 1.67 MB 2,861 2
891,373 891,373 000000000000000000023ca39af8830c8de56236ea28ae18a41bd798679a8914 1.66 MB 2,885 3
891,372 891,372 00000000000000000001ac9d3808f56b3b6ac6dfcffba067e0c7225eeca08834 1.68 MB 3,562 7
891,371 891,371 00000000000000000001edebe3240829833ec9a3981d17d4c511a695328563c0 1.61 MB 3,880 11
891,370 891,370 000000000000000000023939c81333ce73fc3d3c9f0273d747797450872cd34a 1.66 MB 3,065 6
891,369 891,369 00000000000000000001a1e6977fe9371721f577f2306f2be34e74352883a9fb 1.64 MB 3,600 12
891,368 891,368 0000000000000000000008d0595acb91175773afad56486141c7b8ddbd30ebb2 1.60 MB 3,565 19
891,367 891,367 00000000000000000000e2662e3ea1f1ea5c267d97722c2094940c08ed64300b 1.51 MB 3,063 3
891,366 891,366 000000000000000000002a2af5150aaac7a7d6ab4efac8d20531591737842f18 1.69 MB 3,012 3
891,365 891,365 0000000000000000000133c561b6a939c1f3470fc9630ad4de35ae5920cd827a 1.91 MB 979 1
891,364 891,364 00000000000000000002380b3ab699314b037e4e4c9a333733d465188d04d22e 1.76 MB 2,847 3
891,363 891,363 00000000000000000001174f5a80d1afe09e2ca27274fce173761dad2564d8d3 1.68 MB 2,775 3
891,362 891,362 0000000000000000000217d6efe073acb0381044347c52c103a61f13c941fecd 1.66 MB 3,760 8
891,361 891,361 000000000000000000019f9720bf1fc97a9883765fc8e86a318bad1be46a2a8e 1.56 MB 2,608 4
891,360 891,360 00000000000000000000725412f3c717aa9201805cc31e2ba899d8be00a29c30 1.62 MB 3,110 6
891,359 891,359 00000000000000000001f98525b33313baf0c197c6ff3895e8e99af6beb0d28a 1.66 MB 3,637 8
891,358 891,358 000000000000000000017c325b783e1ee4fbd026bc1a0a998e782330aedfe439 1.58 MB 3,227 5
891,357 891,357 00000000000000000002062273539180c802af7517f7850f479590ca0fb4b5f3 1.60 MB 4,163 6
Previous 10 blocks ↓
Total Size: 769.28 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,635.48 GB sent, 94.30 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.