Memory Pool Memory Pool Refreshing

5,782 transactions
3.14 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,678 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (561,969 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
345,832 345,832 000000000000000011b4ece0102f5e181f40a92596812a8435d74a66be99639b 0.18 MB 434 39
345,831 345,831 00000000000000000b8032156ea3a4878e9e41a18d52041dfff1598d11df3f7d 0.75 MB 1,320 24
345,830 345,830 00000000000000001047dee0648b34aea61b9bcc9c723520c987d895fee1a851 0.73 MB 1,383 30
345,829 345,829 00000000000000000a44320210c19e7bf9d214507f50e32251a1fd0abaf159bd 0.18 MB 267 19
345,828 345,828 00000000000000000121b8a1eedd32b476061f7094323ef728c25d053edf13bd 0.15 MB 244 23
345,827 345,827 000000000000000015b34e0691a2a486ce6a1fbeefc742af03e1322b68e7f4be 0.61 MB 871 19
345,826 345,826 000000000000000014ba0fc56260e3489b9f460971dedef76ced327de071e1b4 0.75 MB 1,600 29
345,825 345,825 00000000000000000ba8b9061f244fa74428009d62a917ffee1608e481a4d112 0.11 MB 108 17
345,824 345,824 00000000000000000e1f750e7ae94fb721dd4d7b1ec672a3b99a3eae80bec8d1 0.10 MB 116 23
345,823 345,823 000000000000000010da4c3f80c3f0575ed77a5af3943d29beeaab0c6fbb63d0 0.24 MB 486 29
345,822 345,822 00000000000000000021caa9e3cfc4ebe50ddc5c2f64a0e899923dee6a9f7428 0.50 MB 865 27
345,821 345,821 00000000000000000b6cd2efe5d201c38c8d913579603f332ca9cbb0fe057c62 0.11 MB 164 19
345,820 345,820 00000000000000000868dc5799fc912b1ee92a9dfa602d1b59c4d4fb0575507c 0.12 MB 159 15
345,819 345,819 00000000000000000a1c9af86151fae55cd7aeb7701bbc26bc618fe4e2c71a83 0.14 MB 170 15
345,818 345,818 0000000000000000121cf1580251c108d4f3086f8456ae87680dccd46f18a424 0.35 MB 607 22
345,817 345,817 0000000000000000161335fbf66f66c777aa4e6172b4714889a0e6d617a31c6b 0.30 MB 564 22
345,816 345,816 00000000000000001739da0b4e8784f6a79e87188570de03fd2072932d428347 0.75 MB 1,003 16
345,815 345,815 00000000000000000fd4bfd794c5ce17263d7cd8792df5573f85d99aae3ba4fc 0.31 MB 503 24
345,814 345,814 000000000000000005c4fe6908eb1721187d6d2d078e0ab2e0e537879f261d6a 1.00 MB 845 14
345,813 345,813 000000000000000001d7629db4cc673210aba8788994f3b033572cebfb40a9fb 0.75 MB 744 18
345,812 345,812 000000000000000008be468aa787b153981af03a24e3347afa02e5dba4075ab5 0.75 MB 1,310 26
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.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.