Memory Pool Memory Pool Refreshing

2,939 transactions
2.90 vMB
Show Random Selection Loading Transactions
Max Size: 16/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
908,683 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 880 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,682 (851,821 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
56,861 56,861 000000001484a5e5767b97c498eff194c8d7884d67225b0e03bb11a43303d9df 0.00 MB 1 0
56,860 56,860 0000000012ddb41b35b18489d3c0402f703bff24304e92bb457fdda2f8109e22 0.00 MB 1 0
56,859 56,859 0000000008d3baa1f53b79055c82639c1f0a2bc3d9a52f5381c9368e1f3105fd 0.00 MB 1 0
56,858 56,858 0000000012f1ebb1b70848342001cd3416976626168d0dce9b9bf33b1b7afd34 0.00 MB 1 0
56,857 56,857 0000000000b54182a5e6ab6d7432d39a715d7254d91f9cc04bf58260c164bc95 0.00 MB 1 0
56,856 56,856 00000000105cc9e6c142a3a64acf430cd2714d2bef94f58d5507a35804fd2cd3 0.00 MB 1 0
56,855 56,855 0000000012396fc54c5a72304100e6b7182662dfff2bb0fdb211e5c4198684eb 0.00 MB 1 0
56,854 56,854 000000000b88f29684c0a086d7049d3b48e010297f1ad3b62d362a672e753aaa 0.00 MB 1 0
56,853 56,853 0000000001729b7dee2fb44ad2c285e9445e49406c126d62f6578df7344c2c9b 0.00 MB 1 0
56,852 56,852 000000000c36f42d9ca6a989609d7269c0f0d4718c353d36d57e106facc0fc35 0.00 MB 1 0
56,851 56,851 000000000721f530164477e0f7b47e377b4a5b7400271fa72c70c603ef340cb7 0.00 MB 1 0
56,850 56,850 0000000012d6a9942e7b68bdbc64d70de03e936df9362822f8c2dcc174af77cb 0.00 MB 1 0
56,849 56,849 000000000f24b159cfe854527a8f42e39adfc7c266cfb777f57ba521bc730375 0.00 MB 1 0
56,848 56,848 0000000006f2a1acfff4a7c013374db0fb074ca1e80ab075be0edbb1797ba35d 0.00 MB 1 0
56,847 56,847 000000000f95ec350470187164931b07a29d624dbb5fd0c8eaef24ebdfb86375 0.00 MB 3 0
56,846 56,846 000000000a4b1d1fcf9faddff24d2bafa0f1749b6768a818e6394f5349825cfd 0.00 MB 1 0
56,845 56,845 0000000006406abe2eeecdbcc43733632dab0702a0b16b934ccad3eb4f8f75ba 0.00 MB 1 0
56,844 56,844 000000000d5fe3d98d8f29b0ac54a15acea3ec240856b082f8adbf6a4b4aa989 0.00 MB 1 0
56,843 56,843 000000000a4812c5de3d9615d0e250c8c501f7f4d4a744baea5d6e327007291e 0.00 MB 1 0
56,842 56,842 0000000000a4c3689aa955ae857a4320636618993b815967ee78856a1d1fd3be 0.00 MB 2 0
56,841 56,841 000000000d9fcf57bccf364d7da13210a0c7d3387160c96254e5620ca735e8a8 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.97 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,853.86 GB sent, 101.79 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.