Memory Pool Memory Pool Refreshing

9,186 transactions
2.89 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,865 (27,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,776 880,776 0000000000000000000263d1745e4b14aeb77643aefa5a4d3b10d299d0544a2d 1.67 MB 3,848 3
880,775 880,775 0000000000000000000138de97e0c5da131cee28e82c59d0955b21151fb0d4fc 1.63 MB 3,896 5
880,774 880,774 0000000000000000000246116275b4b302d366ac42894b048f7e1e6d17361d3e 1.74 MB 3,424 4
880,773 880,773 000000000000000000011ab8340e2bd4d2f5737595bbbcc518bf9cf1a1b979bb 1.74 MB 3,794 6
880,772 880,772 00000000000000000001ff3a5c95b3f61945ad61df06f4714571fb5aa6857208 1.56 MB 3,554 13
880,771 880,771 00000000000000000000283aa5d41c01e831134a3654951173006c487d46e3bd 1.79 MB 3,821 4
880,770 880,770 00000000000000000000dfd4c10d0237af0efe9d27330ce70dc47638d686b91c 1.80 MB 4,008 5
880,769 880,769 00000000000000000001f3e01f038ab5d86990c78e93a369d4348f773d6c8053 1.92 MB 3,633 5
880,768 880,768 0000000000000000000272e2ceb99470aedfc3fe7d45beec219fcc6cc10b77a9 1.85 MB 4,156 4
880,767 880,767 00000000000000000002498254e3183feb68209101dab43cb32813972cd72fdc 1.97 MB 3,023 5
880,766 880,766 00000000000000000000b3ea1c81b7bb965cf67a075a92a7a4a9278e4fa65d06 1.80 MB 3,325 5
880,765 880,765 000000000000000000001c8e75af8780329f4b2b998913071637bff9ace808d5 2.04 MB 3,254 6
880,764 880,764 000000000000000000007758ae968f0f86e3de114f7e5b87a705bf5e49c7cdf7 1.98 MB 3,303 2
880,763 880,763 000000000000000000019f91f2aea5f1fb46305ebc5b64a276eb6d8cb3534ec6 1.91 MB 2,078 4
880,762 880,762 00000000000000000001366c7b742397b381743c929878190763175a711f4471 1.76 MB 3,448 6
880,761 880,761 0000000000000000000078860d3e5cac7a4c0aef831e9601aae4ed60618c62ab 2.17 MB 2,950 3
880,760 880,760 00000000000000000000bd0d6228247ee821e15b9c709f53a57a57fb499aab61 2.07 MB 4,009 3
880,759 880,759 0000000000000000000114dccb9701ccc4017eca55b7bffa759d48360a72904f 2.39 MB 2,406 4
880,758 880,758 000000000000000000024d473ad7d1f0e909323babb16cbc6bdbc76c556cc345 1.72 MB 4,098 3
880,757 880,757 00000000000000000002724a2207b6d24e9d1af148b6ccd6233b9644409a552a 1.62 MB 4,085 7
880,756 880,756 00000000000000000001e237374c65e278ba73c534a3ee297f4f6d0f5b5fb942 1.77 MB 2,959 3
Previous 10 blocks ↓
Total Size: 769.29 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,642.52 GB sent, 94.39 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.