Memory Pool Memory Pool Refreshing

3,771 transactions
1.09 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
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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,486 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (14,988 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,886 892,886 00000000000000000000780874b8451daab0d6abfad349af392a9efcea3b25e2 1.67 MB 3,656 3
892,885 892,885 000000000000000000019871aa650fade484c1b10c7829baeddc674cad7d9acf 1.51 MB 2,236 2
892,884 892,884 00000000000000000001dbaf2f693c058aebc5b305d6b400afcc953612fd3ce6 1.81 MB 3,748 2
892,883 892,883 00000000000000000001d9fad59c9d55f4da2a162f905f50aa993d0c9b0f8597 1.77 MB 4,070 3
892,882 892,882 00000000000000000000cdae9dd9741fc22016cc008c1bf09a973d55615b0bdf 1.69 MB 3,578 3
892,881 892,881 0000000000000000000191dec06520a830749889c0f79b332cc7744cf82d8d3f 1.48 MB 2,987 4
892,880 892,880 00000000000000000000b2f729ebdeac2881db8a10bf2fa067fda15ec66fdcd5 1.54 MB 3,293 5
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
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.48 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.