Memory Pool Memory Pool Refreshing

4,106 transactions
1.41 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,857 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,046 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (324,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
583,689 583,689 0000000000000000002035cce8e697ff02cd4f0b5b4b8eef099e11eefe9cec7d 0.83 MB 2,164 33
583,688 583,688 00000000000000000016c28b7b874d34fb28c41b0c7ab07964efcbd42e56e686 0.54 MB 1,142 48
583,687 583,687 0000000000000000001a7ac96ad8940829bb8979335d1f8a5425bc496e707f2a 1.43 MB 203 3
583,686 583,686 00000000000000000006190cd845c5ef3b7f95a5ef895644d035fa72bdfe3635 1.07 MB 1,914 5
583,685 583,685 0000000000000000000e731ee76b95157d8b3de05466f77f10f44655f8246b79 1.26 MB 2,392 84
583,684 583,684 0000000000000000000146cb0cc503788e5879fdd17cc3a020ab65c1c782f5dc 1.41 MB 1,828 28
583,683 583,683 000000000000000000157a15604ec490667e2b36c7b98d53193495f6871e0034 1.46 MB 792 3
583,682 583,682 00000000000000000010244b52b2d9b294fcbbec2366c6ff64ff3cd48e9fea41 1.66 MB 507 12
583,681 583,681 0000000000000000000ffbbd95eceb1551f91885b995fc2832b4f53b29f6093b 1.34 MB 1,733 30
583,680 583,680 0000000000000000001f3704d3dffdb8607454913ee04741082d4f8aa0ff3bd5 1.14 MB 1,788 6
583,679 583,679 00000000000000000007a8ac9e5c7016741f72d4218c27193e162e02a3575846 1.36 MB 615 5
583,678 583,678 0000000000000000000566b194b5589cb752da9d770a71098cc0c107f85a2f8a 1.13 MB 1,512 24
583,677 583,677 00000000000000000007d4c0c3577091f84a21f66bc3daac81ae8da9592de88b 1.06 MB 1,172 20
583,676 583,676 000000000000000000018fc3a9f978242f78426cd01ec80b6590c075b66b3c28 1.01 MB 667 8
583,675 583,675 00000000000000000019c22e86aec6d580aad5b581f9c89b397986633a69bf82 1.07 MB 1,162 15
583,674 583,674 0000000000000000001ba3fec46b30911849e533e3b73124236f6ba3cc53a1e7 1.16 MB 1,789 15
583,673 583,673 00000000000000000018cd8c055e9c8e67c95f55dfb3ef7e373daf012a49f9d2 1.27 MB 2,867 56
583,672 583,672 0000000000000000000ad5db5c044156d46a7c45ca4b5c234f6e27dea1a090b7 1.14 MB 2,714 25
583,671 583,671 00000000000000000021dc319bd38e8f937babe38968d85a7621bc1b4bd95343 1.65 MB 1,011 24
583,670 583,670 00000000000000000003a33eacb5b3182f93b2b96faaefcd4d0e6f369e89ad4c 1.30 MB 3,050 61
583,669 583,669 0000000000000000001c6e54c4fd30e5bf3f76e75ac6c74c7462e0c1d1ada9ff 1.34 MB 3,044 86
Previous 10 blocks ↓
Total Size: 769.27 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,635.40 GB sent, 94.28 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.