Memory Pool Memory Pool Refreshing

3,942 transactions
1.09 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,863 (26,020 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,843 881,843 0000000000000000000181b01aa1810cb7a3b931b9db7ba00e115c36b78de775 2.15 MB 1,015 1
881,842 881,842 000000000000000000029a606014c0d5c604a368fbc7eb3c5de0d93ee0b4b7e3 2.30 MB 714 1
881,841 881,841 00000000000000000001f27178b53398a352501c87ac9b507e26a5994cae2ce0 2.23 MB 93 1
881,840 881,840 0000000000000000000296fc9984503d6ae70a5af36166ea73ff8eefb9500179 2.26 MB 1,917 2
881,839 881,839 00000000000000000001aea8083bfe56c4a8178ab857bd753fb15ceb1078cc1b 2.33 MB 2,412 2
881,838 881,838 0000000000000000000122c9a63a0d833cb8bc3045a0ba40f3571de0eb4d8878 1.66 MB 3,690 3
881,837 881,837 00000000000000000002047abd5b5bd3653dce61f25e2d9c010517a470df2000 2.01 MB 2,852 2
881,836 881,836 000000000000000000000fd660e79ed13e86afe44c4f6e5ace571f9ec52a94c4 2.22 MB 93 1
881,835 881,835 000000000000000000011bbcef073a4e3785f88fbaa0c7ac2fa951a461d7f563 2.15 MB 2,611 2
881,834 881,834 00000000000000000002628534cc27e1b13d2f2747a6e0c21cb8db2423b8ca92 2.00 MB 3,055 2
881,833 881,833 0000000000000000000159c243db52cbec50fa789917bd9c5b2c457cdff219c9 2.37 MB 47 1
881,832 881,832 00000000000000000000fff465856cb1fed3d73b650bdeefbd53c460040ee70e 1.67 MB 2,880 2
881,831 881,831 000000000000000000029419ce0d3567194aefc1ffe731265acb06252f169b11 2.06 MB 680 1
881,830 881,830 00000000000000000000ef2f94afde7562a7b33b66a18b6b27520f6ae25a2832 1.73 MB 3,835 2
881,829 881,829 00000000000000000000ff6a5925c75b77b21f7b5a33590b90b133f54890a8b2 1.75 MB 3,378 3
881,828 881,828 000000000000000000017f65bf78f78d7e72218cb691df5ecd227287e29527e6 1.78 MB 2,821 2
881,827 881,827 000000000000000000001d7ec3ab6e31cec3506b3536f97b00ce8cc9c71e02f9 1.52 MB 3,761 6
881,826 881,826 000000000000000000001309a707f350c112afd0ad73a12309ab732fb81277a5 1.75 MB 2,477 4
881,825 881,825 000000000000000000022b160840cdad8ea6c3d36a46512a33c9b95519d42f56 1.84 MB 2,185 3
881,824 881,824 00000000000000000002491ed5cab74b2e2fdfd046016dae0c29f739c02f90e8 1.71 MB 3,144 4
881,823 881,823 000000000000000000021db78f316290a19a88e792ce8582d0474dd6a6f9417c 1.86 MB 2,113 2
Previous 10 blocks ↓
Total Size: 769.28 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,635.57 GB sent, 94.33 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.