Memory Pool Memory Pool Refreshing

1,554 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,468 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,549 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,467 (900,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
7,745 7,745 00000000cbf44e759a2d23485e8504103441f782219f86ad53061be1121214c5 0.00 MB 1 0
7,744 7,744 00000000d4ba898f54d5fb794f7d3856fc879260341b2cb0aefcebaf957d9a7c 0.00 MB 1 0
7,743 7,743 00000000bbe372ad70b7df2b13f3043c8324d4118ed71babf9cc6c584273df4a 0.00 MB 1 0
7,742 7,742 0000000016786764bd1922d96dd75912655381ca9f55d4980c74892fb1d9b6ce 0.00 MB 1 0
7,741 7,741 0000000035bc5525c606f59fa2f5ebc9ede67ade2d050fe255f831f3ff6f2ebb 0.00 MB 1 0
7,740 7,740 000000001751153d790e15e80aade796bbc73257e897648d6d26eedc5166b0b7 0.00 MB 1 0
7,739 7,739 0000000009107c988aa6fe175777cae7b2e37b6719b580de63dccbcc9be710ce 0.00 MB 1 0
7,738 7,738 000000003d5ee41ea292e548d8c5e60a3f181864d5b744c6de2e10a750a48f60 0.00 MB 1 0
7,737 7,737 0000000049c895affa3e39418d96ada14dd0852535efd9f2a49fa5c4a4067777 0.00 MB 1 0
7,736 7,736 000000003446fc0e980057b14fdf1e4861a1508338e797eabaeaa04f31f6237d 0.00 MB 1 0
7,735 7,735 00000000077aacf66d52b356e57edbcb25f9b8054bacf61324d83b0a34e83d1b 0.00 MB 1 0
7,734 7,734 00000000d9ca6945382bc8f245dfe7156bc94bdf5b96ca2e6d7d09d5555eefc7 0.00 MB 1 0
7,733 7,733 000000000461fcde538569a5d992692266bc503c83df1559d11d9e55854f9980 0.00 MB 1 0
7,732 7,732 000000003e8da1bbcb66f62568bf10f2468fe45fedb0cdb5fef438a20e34baf3 0.00 MB 1 0
7,731 7,731 0000000044a9165d98e9717f08c3000e216c78eec309e172ea612e4f26f27763 0.00 MB 1 0
7,730 7,730 000000002bfbfdc1a10a4a4a84c21fdaabdc8e11368e3d371f8a860aaa0ebdb7 0.00 MB 1 0
7,729 7,729 000000004035bc39ab7fb13986867d122e6d6b777f6026f0339a5e297b71b7c6 0.00 MB 1 0
7,728 7,728 0000000066cbbcb55f6023be629a23bef0583627b3bbf54865fbc31d83f91560 0.00 MB 1 0
7,727 7,727 000000002fe2be87ebc31bbea82b4e735de13cb6337fb80dc3baddc01fc89205 0.00 MB 1 0
7,726 7,726 0000000024a5462b56ce978327e365015ee6efd754c1d8b51070fdeaea129f04 0.00 MB 1 0
7,725 7,725 00000000b67f02c870135e1295b98394f753bc4a3b11c2ff2d5647ec39735366 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.22 GB sent, 99.87 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.