Memory Pool Memory Pool Refreshing

2,461 transactions
0.89 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,290 00000000000000000002349e0000000000000000000000000000000000000000 0.88 vMB 2,447 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,289 (902,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,641 5,641 00000000d61b82fd6ed1423a19824a9b7dad03adbeff0feffe06eefab3149531 0.00 MB 1 0
5,640 5,640 0000000037b32f32b177ea8d09746c5b05c60005bfcc84c78ca8fb22c5269c10 0.00 MB 1 0
5,639 5,639 0000000008e4138ffcfef67b05bfb3d91a3bb6c9b82eff62db0a20fcd34d28f7 0.00 MB 1 0
5,638 5,638 00000000685c9967b0f497a1358d5116131cdaac75d859a91aaa39baded2772f 0.00 MB 1 0
5,637 5,637 000000000a73e64735a2b75c97ea674950a9018da1420d01328a918c9ff9852c 0.00 MB 1 0
5,636 5,636 000000006044d922fae8142a8dc33661b8ace68fc48a148214bf25b6f16c01a0 0.00 MB 1 0
5,635 5,635 00000000d4cc36aa56bc86e401bb3748d974d3fbae22dd555e9ad1e77308e391 0.00 MB 1 0
5,634 5,634 0000000024ec7df45bcbc4c633c369540304a7f6c27e47d3629b71b254bf6f06 0.00 MB 1 0
5,633 5,633 0000000033f505543e0cd672552cd0135d4fb8a10961ff386420a8e9ac5a4779 0.00 MB 1 0
5,632 5,632 000000002a98484f5fa940d1f5e7c1340d354438d9842b974afdafe56dd773e1 0.00 MB 1 0
5,631 5,631 000000008f8eea4d988b36f4dac1eb2ca51b1ef1800e9747a3ce5e2271bda43c 0.00 MB 1 0
5,630 5,630 0000000009e9cdbe92d53b0b9fe6bebeded78146fc57db033f58d10dd6a24d28 0.00 MB 1 0
5,629 5,629 000000005172da61ecbd45772b661a760819fd016fff994e68a2d5a26ab3382a 0.00 MB 1 0
5,628 5,628 00000000f406d0f8c50c98831220838486f6b6295a54b6ae72200dfa97ba11c6 0.00 MB 1 0
5,627 5,627 0000000058ac557f3f883c264d58f850a8bd1a7650e74f2f567ead10530606a8 0.00 MB 1 0
5,626 5,626 0000000098f28df657d414aa9d31da4350cad4b3c8046837c0129478be169d41 0.00 MB 1 0
5,625 5,625 00000000e8ca9ad4f38bb3bafc5834fc4dfd8b91488c17d8cb8524224141b309 0.00 MB 1 0
5,624 5,624 00000000dd333867e9e05c70d22116d836fe301669eab69e3928e6b52ca5d672 0.00 MB 1 0
5,623 5,623 00000000468745b1dba20167e045012c7492e3615ed405f7d9bdad9e7b4f2029 0.00 MB 1 0
5,622 5,622 0000000015686e6d20976f90b363e6aea897c221d35b7e91a90bf94527adf546 0.00 MB 1 0
5,621 5,621 0000000077aaae76b5696366b594ee59cc2137546365c1651cb610528b9dbc76 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.29 GB sent, 98.29 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.