Memory Pool Memory Pool Refreshing

17,821 transactions
5.75 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (591,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
315,826 315,826 00000000000000000cf1944080cbbd0c8825b84f1b99a4ad3be03055bdb821a4 0.75 MB 1,639 43
315,825 315,825 00000000000000001b6fb9eb1c0684de1aeafab09920cd6467236e083f38ddbc 0.47 MB 213 16
315,824 315,824 0000000000000000113bb500ed2a1ca363ab8d546457afccce2efd78034e89e9 0.93 MB 563 25
315,823 315,823 00000000000000001ab2d71046d3236ec7de6b4b0956f4cb5e830d604da21a43 0.90 MB 889 29
315,822 315,822 00000000000000002d6dbace0e86e8eaa87b987e67e3140e69d223f391ffb664 0.75 MB 1,147 33
315,821 315,821 000000000000000008d84e25b8880054f16d560b44f0b56feabd13e0267579e2 0.12 MB 256 34
315,820 315,820 0000000000000000085cac82ad5f726222d6d5e84566456c64e851c407c924fa 0.05 MB 90 32
315,819 315,819 00000000000000002ba32ab41e8789e3186248e9882e647a78fab7b48c77b700 0.06 MB 121 29
315,818 315,818 00000000000000000d51d1fac6a0d2ff28327b987e5d3168e6bc6360fb0dcd37 0.21 MB 380 24
315,817 315,817 00000000000000003700a08dc72851423ab7413f939cd37b2f03ce310c576cff 0.02 MB 64 38
315,816 315,816 000000000000000033f075cffb797934e06c8bc73d04f8b217329677a47e43cc 0.21 MB 301 25
315,815 315,815 000000000000000003665bbfb7ea251faa92741e3fb5d9fd21393ea6c5867764 0.22 MB 419 29
315,814 315,814 0000000000000000163e162c0be766c3920ee2974616dd728535173d619b5818 0.06 MB 145 37
315,813 315,813 000000000000000027686ba920f900af8382dfe4eb8a553b853df87ff695a64f 0.45 MB 563 20
315,812 315,812 0000000000000000105dde74093a9a5bafb44f842d2b7dfb70c14e7cd8721a98 0.75 MB 1,316 25
315,811 315,811 00000000000000000e7b2f83ca3f883b31ea0d4052c07f903c1ed2b068e8a53c 0.35 MB 1,092 50
315,810 315,810 000000000000000013cdf1a705c10b358a486977be7117c219ec1bd4ccbee25f 0.10 MB 208 25
315,809 315,809 000000000000000023ea869579ce26385a5167fcc85f88d4554e71bf5ce2fa3d 0.67 MB 1,270 27
315,808 315,808 000000000000000014bc295f0efb3af0a8f17982dc7fed3a5528f928436af262 0.28 MB 435 24
315,807 315,807 000000000000000033065ad407cb565803110e70c9ed4131c7466c80183e6b82 0.02 MB 26 21
315,806 315,806 00000000000000002424c0b3d8c801f213f8de057f15f0d73760a70dab685fa9 0.05 MB 98 23
Previous 10 blocks ↓
Total Size: 769.02 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,624.25 GB sent, 92.99 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.