Memory Pool Memory Pool Refreshing

6,548 transactions
2.69 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,107 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (7,848 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,975 899,975 000000000000000000014640a1b47a8e339cc3f279dee84402f47943dd1987b5 2.22 MB 1,617 2
899,974 899,974 00000000000000000001b518cc05b26cb16ca2de50038e62e5969fc812d70601 2.46 MB 1,264 2
899,973 899,973 00000000000000000000cb5caa13beb6e6a7b5eb41988a028f0fb36e270e43a3 2.47 MB 1,751 2
899,972 899,972 00000000000000000000b305b96933e7d0adce4310d56208538e061ed3cf6a4a 1.47 MB 2,712 3
899,971 899,971 00000000000000000001041bb4891f076ce1c2392b5914af7d995b4e8033b5e2 1.17 MB 607 1
899,970 899,970 0000000000000000000004d91dde6b08237a33d9697d9623364899966fcc4097 1.56 MB 3,097 3
899,969 899,969 00000000000000000001e726b241f1648b2c83c001eb557b2c65939fd7dad46a 1.51 MB 3,660 8
899,968 899,968 000000000000000000003cda0b2ef436b18eb6d3d3c4d666270834cadcba5251 2.80 MB 983 1
899,967 899,967 000000000000000000022b42e6d450e5d4e4def585e713f7f8323f584a6b2ce7 1.23 MB 2,085 3
899,966 899,966 00000000000000000001088ff105896dbeb6ff9abdc203915266e1fd7416f223 0.41 MB 492 3
899,965 899,965 0000000000000000000005162d130259730cea33548b663190eae7ecc4332446 0.48 MB 775 2
899,964 899,964 00000000000000000000cee10cd24722f2f17688fb2bfd788c752e260cf7f2fc 0.44 MB 509 2
899,963 899,963 000000000000000000000bc8dc6b7ca30cfa4c3b68b0d2f0f46214eaa937ba5b 0.77 MB 556 2
899,962 899,962 0000000000000000000010e0da306677cc7c8292922199e3533116721cfdd17b 2.63 MB 1,489 1
899,961 899,961 00000000000000000000334c7ad9165bab1256af18d0ad4b165ae4d6da14583b 1.76 MB 2,223 2
899,960 899,960 000000000000000000015b73de48409ab62fa48443aa9a86e31bcaf20a01ec53 3.02 MB 1,636 2
899,959 899,959 000000000000000000020e9e5017f436f96a6c2f4c64736e862e009eaeb784e0 1.47 MB 1,920 2
899,958 899,958 000000000000000000020316763c2dab952f2cdf9d42c58d925deacf33721ee6 1.14 MB 989 2
899,957 899,957 00000000000000000000db8601c0a284de2c71f95c968415ebc98a76f7c4ae93 1.42 MB 1,823 2
899,956 899,956 00000000000000000000a2702255c4cd1679cb7dba426deb5976f9235698d6e7 1.53 MB 3,229 3
899,955 899,955 00000000000000000000e2124cba2fa3547cc60f0340441bd728c909e78a365a 1.58 MB 3,915 5
Previous 10 blocks ↓
Total Size: 769.21 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,634.38 GB sent, 93.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.