Memory Pool Memory Pool Refreshing

1,098 transactions
0.36 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,817 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 1,078 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (14,937 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,879 892,879 00000000000000000001efa6a3ee9829008fccba7ec89118b12b82b90ff31146 1.53 MB 4,012 10
892,878 892,878 00000000000000000000c41db7ea1c8bc1ba738b5e170876721fe230cd4431e0 1.58 MB 3,832 3
892,877 892,877 00000000000000000000abcf2d605c4e8a495f17ececab110952ea56403e4e71 1.63 MB 3,909 5
892,876 892,876 000000000000000000002093990dc2287e4f7963d0ee2795fb6f36fe501db131 1.73 MB 3,294 3
892,875 892,875 000000000000000000010a09cc20e814f79d3d373df0d9fc7190d0cab6bff03d 1.58 MB 3,438 4
892,874 892,874 000000000000000000024b4721cb060a8581f0253184e607e8749bd4996e7169 1.57 MB 4,060 8
892,873 892,873 00000000000000000001815197d7d28355c96260966c7a9ea2524b4e524beabb 1.59 MB 3,771 6
892,872 892,872 000000000000000000008ea6e388dafc8e3eb7d405fae098a59be1b11f7e14ca 1.64 MB 3,386 2
892,871 892,871 00000000000000000001d072124ba67be41179fe17dd607ff1fe17ffc2a3c9df 1.72 MB 3,607 3
892,870 892,870 000000000000000000010e1361724815272282659038f537c156ddeefecef840 1.54 MB 3,438 4
892,869 892,869 00000000000000000001aad1ae287ab7ec3a220408892e3d1bca9c845e6ff661 1.54 MB 3,895 7
892,868 892,868 00000000000000000002227d30f24d2af071b37d1210470c2e720831ef433138 1.61 MB 3,559 7
892,867 892,867 0000000000000000000004183daecdda31c3785f28b3d2a0a8114cd1392a8c7b 1.58 MB 4,092 7
892,866 892,866 00000000000000000001b019157f13c930db56e778340bfc24bb47be3a9531fd 1.55 MB 1,543 2
892,865 892,865 000000000000000000010f5670d7e793f6b070713e8b7dfb2123aaef8e714b3e 1.72 MB 3,754 4
892,864 892,864 000000000000000000023a621da759f6471141fb77fd0a2d0ca08aeab91a99d8 1.53 MB 3,937 7
892,863 892,863 00000000000000000000b9ad0988755880ec6648c5d84a3242249d842b488d07 1.49 MB 3,112 5
892,862 892,862 000000000000000000012af3f4ad6fd50b9105cc6fef568b36161023019137b6 1.90 MB 2,934 2
892,861 892,861 00000000000000000000ededd874440d054af9039242df62a4fcffb5cd4a542a 1.37 MB 1,753 2
892,860 892,860 00000000000000000001831de527e67cce27caa1196e78443632f81bbd205255 1.77 MB 3,425 4
892,859 892,859 000000000000000000001c096e310964a790aab0ec2669057d193cde38e8ae4c 1.69 MB 3,218 3
Previous 10 blocks ↓
Total Size: 769.19 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,633.70 GB sent, 93.89 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.