Memory Pool Memory Pool Refreshing

7,384 transactions
3.44 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,757 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (22,928 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
884,795 884,795 00000000000000000001e285f4bf93772a094236b6ec057988e6737edd3a6bff 1.78 MB 4,571 3
884,794 884,794 000000000000000000011e3d7b4e6d8655899f00aba3d5e3255ed6e50f3e8c3d 1.41 MB 2,552 6
884,793 884,793 00000000000000000002620a1d658e7614d40a61f0a12064eb16a977499fd810 1.57 MB 3,132 6
884,792 884,792 00000000000000000000c73c8f6fe57af8012150daa64add6e8134fd203ab6a4 1.63 MB 3,633 4
884,791 884,791 000000000000000000008e6a26408dec079e325b53a65f7f273d8efc2c4e984e 1.49 MB 2,668 6
884,790 884,790 000000000000000000011cee5a3180d85108698b816640d7669d65fdd1fc3292 1.77 MB 4,506 4
884,789 884,789 000000000000000000014933403e88948a7e129b371860024d7f30381c6c3063 1.55 MB 3,117 6
884,788 884,788 00000000000000000000e26fdafd5e5ef0b2cf263c93663f11600cb9e9c73755 1.85 MB 4,975 3
884,787 884,787 0000000000000000000211cf74b08a87c57a90f4d9a5ca2a2eae706e44fd87b2 1.88 MB 5,379 4
884,786 884,786 000000000000000000002e3d9a46488a4343bfb5f83862d9c6f33a80b5b4702e 1.58 MB 3,668 4
884,785 884,785 00000000000000000001848d1300ccd11223f4c040bdeb41bc6d0124a1a1836d 1.79 MB 4,818 3
884,784 884,784 00000000000000000001f5d5d30402fe48da2d00ceb3d1cee0d7cbb2d5e6cab6 1.64 MB 4,388 4
884,783 884,783 000000000000000000005108da94bc297dc6335b0ce28a8be795a9d1454fdd36 1.57 MB 3,413 5
884,782 884,782 00000000000000000002630a2e788db2860b99fd8aa4e886d8e977bd0ab68e70 1.98 MB 6,044 4
884,781 884,781 000000000000000000017e0077e3f08b958a3959f9ceb89ad71b4c18a2c9a865 1.59 MB 3,469 2
884,780 884,780 00000000000000000000fd09a2f5ee95ad2f0a09088855498b5ba25c13c7e015 1.47 MB 2,764 6
884,779 884,779 00000000000000000000bccac7f5f77144d71cdd074a27c1879800d3e4bb99c6 1.69 MB 4,356 4
884,778 884,778 00000000000000000001b74ac6b12af8ba4fd0886533fac3756a0edaa5afc0de 1.69 MB 2,669 5
884,777 884,777 000000000000000000025f674ff638e997d327bfd0a9a4531fa5cb20a3c2fe9e 1.81 MB 2,315 4
884,776 884,776 00000000000000000001aeca3b6f15054a97d90c272be9df28b4832164dcea3a 1.88 MB 2,209 5
884,775 884,775 000000000000000000016d47711e56a95104bdaeb0dce1886b209359fff57942 1.96 MB 1,600 7
Previous 10 blocks ↓
Total Size: 769.03 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.84 GB sent, 93.01 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.