Memory Pool Memory Pool Refreshing

3,912 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (6,768 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,934 900,934 00000000000000000000db1f10368a6e05a0dd307f5410fe13e15cc1551e0f58 1.70 MB 2,424 3
900,933 900,933 00000000000000000000fa635eb891954b2be44e15b9feffa2539fbd3a0c1f08 1.53 MB 3,501 6
900,932 900,932 00000000000000000000c170e2cefd160c573f59343d7cbfc239ba08c1624eba 1.54 MB 4,095 1
900,931 900,931 00000000000000000001801d2cffe2906efd33b4e00a5e3d91c3e110fd42853a 1.43 MB 4,453 2
900,930 900,930 0000000000000000000159c6401b3d62c88469340ebfa51af81f81401bbb1624 1.52 MB 3,919 1
900,929 900,929 00000000000000000001f772319fd0887c561b6b5e0dfa3b21eedfefa55f469f 1.47 MB 4,753 1
900,928 900,928 00000000000000000000b22beb448e4fa96e69b27bb36476bd8321faa3b8473f 1.47 MB 4,673 1
900,927 900,927 000000000000000000015026fb0aab3b65145a0f8f9141836b17927d30a574bf 1.42 MB 4,004 2
900,926 900,926 00000000000000000000f144009fa3fc2f3f859a00af87a927d4b9ac5d011a2d 1.48 MB 4,361 2
900,925 900,925 000000000000000000021ba453ee75bcbb0e76238348d9fa8193832042568a69 1.47 MB 3,959 2
900,924 900,924 000000000000000000020c65f47c3382312eead5404c0218bb973bc36404f1c3 1.41 MB 3,342 1
900,923 900,923 000000000000000000020113060a233e8377afa8a752ad9b442df98758efb679 1.49 MB 2,468 2
900,922 900,922 00000000000000000000ecdef9be0ffc7e67f0a633e63faf1b891a1043c8d84d 1.62 MB 3,702 6
900,921 900,921 00000000000000000002309a024cfa2a14ff6bf8fed19fc492cda51ff5af259b 1.55 MB 3,264 2
900,920 900,920 000000000000000000011fc2934b3b3a9144ad686a302fff4f6ace95741a54e2 1.38 MB 3,166 2
900,919 900,919 000000000000000000018b01f7df380afc53958f7fc67200099e52b311c9429a 1.57 MB 4,256 1
900,918 900,918 000000000000000000007f8d9b96debb5a7cc8c567f9a5c4059b4093d43e7c89 1.58 MB 4,244 2
900,917 900,917 000000000000000000011a65649f235d50fffc96668d5745f193d845f96e3814 1.43 MB 2,978 1
900,916 900,916 00000000000000000000bbe9fa441fd053300cc10432f18613abd0751c3b0319 1.72 MB 1,905 3
900,915 900,915 00000000000000000000a40fe3029569c8a33c683be9b0bad37fa409f2329ccb 1.76 MB 3,610 2
900,914 900,914 000000000000000000014bee7bfc8f2a1b9dc4a3fe2fb1a8debda80ab2deed1e 1.36 MB 2,133 2
Previous 10 blocks ↓
Total Size: 768.99 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,616.55 GB sent, 92.75 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.