Memory Pool Memory Pool Refreshing

2,726 transactions
1.02 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,008 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,643 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,007 (230,351 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
677,656 677,656 000000000000000000069ab125d846a2514a9b67d7a3490fccba4d4cc8dbcad5 1.53 MB 762 21
677,655 677,655 000000000000000000012ea39491d5419dd276b613b9a21f38264f6bd0d6de4d 1.45 MB 1,833 52
677,654 677,654 00000000000000000006058b4485d226e8295a71c1887cc0f71c82ba6a823494 1.51 MB 685 9
677,653 677,653 000000000000000000004629f95dfc03215efe3f45e270b9f0beea292d422ef2 1.44 MB 2,211 50
677,652 677,652 00000000000000000002691cdad9b6d48e5ed6be7f5c7d133a58b2d6e8481562 1.48 MB 1,284 21
677,651 677,651 0000000000000000000bdb4d076a926145b202c47c7085bc1aea13c227292b8d 1.53 MB 643 8
677,650 677,650 00000000000000000006111f41591860dd97dd066c2da84ff6338c26c918a3c2 1.18 MB 922 15
677,649 677,649 000000000000000000069d5c2b6d1527829fcc59d2b0ecfeef664ffe5bf4604a 1.20 MB 1,460 42
677,648 677,648 00000000000000000007c86713dfb0b76b762e10df10e191ffac894ad1639cee 1.18 MB 882 27
677,647 677,647 00000000000000000002b278783b6397de10f9c963d22b49fd798622ad9941e4 1.09 MB 729 19
677,646 677,646 00000000000000000000cf25657b96080edb7d4ca0932c0a34385c0cc50c45cc 1.39 MB 655 13
677,645 677,645 00000000000000000007f4d867219046641b51fb453a02916ac1a3e5de8f5091 1.38 MB 1,962 33
677,644 677,644 00000000000000000008ab6df9afd847e3c675abd33316804fdcdbcf6f3bb063 1.25 MB 1,922 40
677,643 677,643 000000000000000000029558436147971881fe1e41c73b4dd3d3a4429907a1c1 1.50 MB 1,379 11
677,642 677,642 00000000000000000001e9213ab422e556b05f02c08b0bd4b26c9bfa1f35fe8a 1.48 MB 1,129 17
677,641 677,641 000000000000000000040684b5f3fb7b7403b1d1b758c8e8e6c3ce1f6e5cdc08 1.50 MB 2,011 55
677,640 677,640 0000000000000000000beeadcf0b45932a6a4157dfc4302eedfc2bfc45f8d6c9 1.40 MB 972 68
677,639 677,639 00000000000000000006d97da836300c38c2e52f7b02b748d7de0098f9d0e1d8 1.19 MB 1,562 96
677,638 677,638 00000000000000000006e24f24d5489213582c424358631678dae5b821db9baa 1.29 MB 2,472 26
677,637 677,637 0000000000000000000183a4109f396ba4cc89f5ed132dce80531280a065c166 1.31 MB 2,628 25
677,636 677,636 0000000000000000000ae9be2519ef1f384d317fa99fa1de9014894342076376 1.26 MB 2,408 49
Previous 10 blocks ↓
Total Size: 769.56 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,649.22 GB sent, 95.74 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.