Memory Pool Memory Pool Refreshing

1,742 transactions
0.76 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,955 00000000000000000002349e0000000000000000000000000000000000000000 0.75 vMB 1,730 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,954 (10,859 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
897,095 897,095 00000000000000000001c4dd48d72b597870f5240a7ee56f89a594c4646c9213 1.60 MB 2,823 3
897,094 897,094 00000000000000000000322bd9d9056909e83c082ed4cce2c029f2bceab8f9af 1.34 MB 1,603 5
897,093 897,093 00000000000000000001e8bb096a7a0e8dcdba91d9ac8a91e1727c0accef6881 1.27 MB 1,192 3
897,092 897,092 00000000000000000001207d89793454d571f20930abf96962e7880740b535d9 1.17 MB 980 3
897,091 897,091 00000000000000000001b305e9028fc90a63f7720f09386977eca48c073cfd16 1.39 MB 840 2
897,090 897,090 0000000000000000000061d167a548dfaec3c45d6d07d8b8de8c5ad3c14bab2c 1.56 MB 2,989 4
897,089 897,089 0000000000000000000198bec2cc9febe8269395e4681c9d5a75695c154ac113 1.70 MB 2,984 8
897,088 897,088 00000000000000000001580b642688c300bb50165699cc12a1b4bf5796227d30 1.98 MB 1,069 4
897,087 897,087 000000000000000000001f48218158503d18988f93494a088f0f3fe3015669e2 1.82 MB 2,008 6
897,086 897,086 00000000000000000000ca9a353cf2402066012e2c291ae24c14da0f38138e0c 1.69 MB 3,078 9
897,085 897,085 00000000000000000000caf87490d7a081221818eaa673a607758a76d96c7c75 1.57 MB 4,215 10
897,084 897,084 00000000000000000001ef0f76eeceb4653a01947076bc5e0f2b3ae3ba516435 1.61 MB 3,524 9
897,083 897,083 00000000000000000000460eba2450252c0426025479f1d259167a3ddca348a3 1.65 MB 3,437 20
897,082 897,082 000000000000000000020f9acfbb94e5cbf159688372f9edd20c73c8cfbb0768 1.63 MB 3,409 9
897,081 897,081 00000000000000000001c85f89d60327c95d1ed63394a0c4cd2f76b3c6c23777 1.71 MB 2,300 7
897,080 897,080 0000000000000000000125a38d41cc0892169140bcc4b0c0504e9eef72a1279f 2.40 MB 2,427 2
897,079 897,079 000000000000000000013242c2e8d92aa77029586bfcbc9d948d1b53715f011d 2.95 MB 919 1
897,078 897,078 00000000000000000000c1b52a0d52219fec5e7baf04deb0530d1cb9b1f83193 1.80 MB 2,482 4
897,077 897,077 00000000000000000001dec928afe55e087ffddeb89388fab829122b91f147e3 1.84 MB 1,944 5
897,076 897,076 00000000000000000000cc449b0444e1b4768d223639951c6c57d6f2d4646278 1.75 MB 1,920 5
897,075 897,075 00000000000000000002492c33829ebe09e0d74a1f1af8951e4e61399f05c293 1.70 MB 2,044 4
Previous 10 blocks ↓
Total Size: 769.46 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,646.17 GB sent, 95.24 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.