Memory Pool Memory Pool Refreshing

3,444 transactions
1.88 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
904,834 0000000000000000000268160000000000000000000000000000000000000000 1.00 vMB 1,628 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 904,833 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,833 904,833 00000000000000000000413314402b3253f8285290c92f9c8e6c794555deaa79 ago 1.37 MB 1,745 2
904,832 904,832 000000000000000000007cd972d5a9c7263ea5d4f7dd031db7463f6e140b81ab ago 1.25 MB 1,352 2
904,831 904,831 000000000000000000000db0acf0ce211d4bc8b6c79d67fd0993066c6d97b2e8 ago 1.40 MB 1,931 2
904,830 904,830 000000000000000000011c039788470135bb64121651aa3672ecaa4d1b2a62ff ago 1.66 MB 4,435 3
904,829 904,829 00000000000000000000976fa2163c4b3f84b32031d239cedd2d98ee6e31ddda ago 1.56 MB 3,830 4
904,828 904,828 0000000000000000000039ec409e6c7f09de7873e919a9d4d2e6ecd5345f1359 1.64 MB 3,885 3
904,827 904,827 0000000000000000000176973d48e137bcfa3c7c25975ec95379b67263a443e0 1.73 MB 4,312 3
904,826 904,826 00000000000000000001f05e1c2f3ffcbcbb3adf5f6bb7b0aad6a59c5a9eeb32 1.63 MB 3,713 5
904,825 904,825 00000000000000000000badb0026926ba98b30dfb966506dee84e4698d38e789 1.59 MB 3,653 4
904,824 904,824 000000000000000000004076383a25b6bb36c86cce1a5c01589ea9f21a359a1d 1.30 MB 1,742 1
904,823 904,823 000000000000000000008d72c0520f6ccdafffee6484fb0eda0eeedf99bb8ede 1.78 MB 2,975 2
904,822 904,822 00000000000000000002263eb71e24b8a739ef868697b28c7cb1823809b2f1b4 1.53 MB 3,595 5
904,821 904,821 0000000000000000000061585fa370468fdf3a38baff9d85a432bff6209ac967 1.98 MB 3,113 2
904,820 904,820 000000000000000000013d69ac9d0babba993d996f70a904c32bd6835892a9b8 1.80 MB 2,710 2
904,819 904,819 00000000000000000000f317b9ee5d828dc82c9ade705f1a26f6d16591572faa 2.11 MB 2,537 1
904,818 904,818 0000000000000000000016465c17bae02ea828db7022fd00a59c8a5e959bd681 1.55 MB 2,893 3
904,817 904,817 000000000000000000000826bb9ead728bf705f9dd701ab794dc6afd11469f90 1.15 MB 2,026 2
904,816 904,816 000000000000000000011d791696f8768796d7071f142288398824d055464012 1.66 MB 2,348 2
904,815 904,815 0000000000000000000182b9ad93fe8070f3f0f736ec3a9b1ec611686070dcf3 0.21 MB 420 1
904,814 904,814 00000000000000000000278f4813979d88f19281048051d35f2302c1c466ec72 2.15 MB 3,488 1
904,813 904,813 000000000000000000024caa0d256c29496e73743a9366f8e001d924091fc966 1.89 MB 1,239 1
Previous 10 blocks ↓
Total Size: 763.92 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,145.66 GB sent, 66.31 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.