Memory Pool Memory Pool Refreshing

1,488 transactions
0.43 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,875 00000000000000000002349e0000000000000000000000000000000000000000 0.43 vMB 1,476 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (1,946 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,928 905,928 00000000000000000001d93debc0ce8cfa8138562a62e30c58f09c71e610d9ca 0.54 MB 1,180 3
905,927 905,927 0000000000000000000013b5deafa20dbf996941823b0df993ae4e9a57983bbf 1.76 MB 1,844 1
905,926 905,926 000000000000000000005163b8d09707d0980108fc1257b5560b83d2de7d4ed7 1.64 MB 3,027 3
905,925 905,925 0000000000000000000037406a6ad74d11e180861180992ce7130c990e92fa03 1.37 MB 1,778 3
905,924 905,924 0000000000000000000191b2cd1700fac535fa757b9b83aad5aa445dd546dc76 1.71 MB 3,370 8
905,923 905,923 00000000000000000001dea0868012e4285de04853eaa074bb3db07b766dcc98 1.51 MB 3,405 8
905,922 905,922 00000000000000000001f2fe8e95a3257c196ebdafc24095415e726a404b232a 1.81 MB 4,358 0
905,921 905,921 000000000000000000013eb13e68a8f4ad9f9e2e383adfe908e3b9a9b7559c35 1.71 MB 3,971 1
905,920 905,920 00000000000000000000f1d4ce6c078b8369004a0ac7ce3ab9de87b6cd97662d 1.39 MB 1,993 1
905,919 905,919 00000000000000000001415866e085731e9629297d65e8ca60026be592d8620e 2.00 MB 2,064 1
905,918 905,918 00000000000000000001047a48ab9e9cb5652ddd77a78a9da03a1e61e846f104 1.48 MB 2,600 2
905,917 905,917 000000000000000000006fa2b46fd4a34c059cdf04c8346c33ad0688a151ccfc 1.66 MB 4,133 2
905,916 905,916 000000000000000000021c364d04eb0c81b8792cf5cbe69ef795e9afe8e0317e 1.78 MB 4,880 1
905,915 905,915 0000000000000000000211b6a9c8a51411de4c2df7b73bc12db933a7ddccfc5b 1.56 MB 3,150 4
905,914 905,914 00000000000000000001347f1b3ab028134af6f82d040f75491979efa2a6dcba 1.66 MB 2,871 3
905,913 905,913 0000000000000000000237f0f184083b3a3fc2dab8a642e71735e03feab1a255 1.54 MB 3,519 6
905,912 905,912 0000000000000000000187048441e37209c9e743088d8271f5873002947806fa 1.70 MB 3,579 2
905,911 905,911 00000000000000000000a0b7d4d4ef75415963cb21b68f554ec5627f20c3cf6d 1.82 MB 3,910 1
905,910 905,910 000000000000000000011b366ac98bfea72080eb34c42915fce51461bf4847ab 1.51 MB 2,801 5
905,909 905,909 000000000000000000006cd22f7961f50f767afe40d7b3a221d51037598a746f 1.58 MB 3,902 4
905,908 905,908 00000000000000000000d339293ed550873da34430be36a0f7bd3017df570cff 1.86 MB 3,798 3
Previous 10 blocks ↓
Total Size: 769.31 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,642.74 GB sent, 94.46 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.