Memory Pool Memory Pool Refreshing

2,613 transactions
1.48 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,737 (349,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
557,833 557,833 0000000000000000001054f0c38444188800a91dafc4792a989d25b416325905 1.26 MB 2,499 27
557,832 557,832 000000000000000000222e6d827275059ec28091670efd692e417b340070ea09 0.05 MB 108 16
557,831 557,831 00000000000000000007edcff290943a922d73798d4c0162fb37ad04ce82dc58 0.21 MB 557 16
557,830 557,830 00000000000000000005bdcbc423ca85dd124c9b965ee05410c54339d3ae0e2c 0.92 MB 2,614 5
557,829 557,829 0000000000000000002bf3ef7d21f8e222f7645c35ca802c0790f9dd68532c42 1.23 MB 2,473 36
557,828 557,828 000000000000000000213a5d1534821c4b299570523143461912b7a797680553 0.54 MB 1,507 15
557,827 557,827 000000000000000000068d6e0c45a328c2601e0e5db171b7cd0e986b62db6d19 0.84 MB 2,320 15
557,826 557,826 0000000000000000000bb8b9bd3bcfa3f58957dc613f05f8cb5a33344efb4d93 1.20 MB 2,943 18
557,825 557,825 00000000000000000026354940561a5c57d05543645237442a405a75ab8ca189 0.75 MB 2,034 19
557,824 557,824 000000000000000000198486b9d9789fa6fa779e94f470994edc35f2ed5b2d47 0.25 MB 643 14
557,823 557,823 000000000000000000270825ecca6144b674c7c8d76f9191017da116c0e0e9cb 0.23 MB 550 16
557,822 557,822 0000000000000000002fe2b32e90e24413afc33088c8ee0756b62254e1c4880d 0.22 MB 505 18
557,821 557,821 00000000000000000001bfa56fa7dbf8903c41606afea1b28feca101bca0bab3 0.05 MB 134 17
557,820 557,820 00000000000000000007d02c3fb7c71e5394d874b1b3253949ed1e9ec003cffe 0.26 MB 730 73
557,819 557,819 00000000000000000011bfa69a09e524550b1e01ae38bc9b68384f3783d54d9b 0.43 MB 1,178 7
557,818 557,818 0000000000000000002d04910ac5776e2dbf30b09240f6b45e140c03eed9785e 1.22 MB 2,645 22
557,817 557,817 00000000000000000021d18069b7bc09db15b44e167846de485293bc5099d166 0.30 MB 916 15
557,816 557,816 00000000000000000012c092adbf3517e42561bdeb3dcee17eceb96971fe853b 0.21 MB 599 18
557,815 557,815 00000000000000000002caaf2389df9bf6142bbef310b3edcbef8dfad5961da8 0.92 MB 1,898 20
557,814 557,814 0000000000000000002247ae07866b98e965866409afa00f481fc0520eb2f7b0 0.37 MB 967 16
557,813 557,813 000000000000000000272be505eb500c0d11d73b39673bd7f6f811372046979b 0.35 MB 1,092 2
Previous 10 blocks ↓
Total Size: 769.05 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,627.55 GB sent, 93.13 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.