Memory Pool Memory Pool Refreshing

3,633 transactions
1.82 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (738,728 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
169,008 169,008 000000000000005d6ab1e560c0827a8a9da61c237ad92b80eaa9676aeca6c0da 0.00 MB 9 0
169,007 169,007 000000000000028d4218d45682e2b8dda33d125d24cafa0d4f8cc6571e98ee95 0.00 MB 8 34
169,006 169,006 00000000000009cc400cbb4d9e5bf36cc74ba66cffd24789d1df8f4a5f982cf7 0.00 MB 13 16
169,005 169,005 00000000000003ed83c90590600505c25c74333768c6e618b0e7472ed21892cd 0.03 MB 80 117
169,004 169,004 000000000000031224dd9fca4e531bc1273013482b5f20ce1bf58382e0422e73 0.01 MB 40 154
169,003 169,003 00000000000008b98cfb06f02741d8396365985c3630023d5434c7f8238d3ab0 0.00 MB 5 131
169,002 169,002 000000000000078de090acaa14dae5e439e130bae41cc81609eda1f9c17f7916 0.04 MB 67 53
169,001 169,001 0000000000000a519a8f5e43d4f4f1a32f0c37ced4aa19fd558d761c34f33f1f 0.03 MB 91 42
169,000 169,000 000000000000099e9f2a34b7780d71b1234e08a60afe229dc0aa822f9d841610 0.02 MB 35 62
168,999 168,999 00000000000002ae050c303f56107fee6cc4bf7582390b2d45ff917c3184958e 0.02 MB 44 148
168,998 168,998 0000000000000b6b23de3615462c26c2ac1007542961f16b42f9739448e0ec95 0.01 MB 30 12
168,997 168,997 00000000000006fd4bb6bd2c15dfa04331464d4d67c988ec22f2f0e227431757 0.00 MB 1 0
168,996 168,996 00000000000009f80b4e7b5a33a443ae0dd89047b9667798a6c156390b34c1b6 0.05 MB 103 239
168,995 168,995 00000000000006a467bb20a8b1f17c102602294b89d965d3f5669b4ec2cdaad7 0.02 MB 42 136
168,994 168,994 00000000000001f25c4f01e71e87d76e27af71fa96b797794dbd5d9ab07bb3ea 0.01 MB 19 84
168,993 168,993 000000000000063a5a4479c13f3d5dec83f4f56fe5648ae4c8b6ee0b54ce0a36 0.01 MB 24 20
168,992 168,992 0000000000000aef64813ccd8169e710ae82f31e139d0da7a33a1067568b4b2d 0.03 MB 31 139
168,991 168,991 00000000000005b3a14cea12582ed341199d078e043cb4dde4ac988828f09a0b 0.01 MB 43 174
168,990 168,990 00000000000004d56a58cbc2ee39e3393983dc2ad2963f6e5097fb60a583502c 0.05 MB 149 135
168,989 168,989 0000000000000866ba29c5430436fd4de32fc0f7e5911135f39c3ab9405e4c50 0.02 MB 26 184
168,988 168,988 000000000000067fa6ea836839804cda9036839a372aa9c0dd58e6cc96d8e942 0.01 MB 19 9
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.12 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.