Memory Pool Memory Pool Refreshing

146 transactions
0.04 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.03 vMB 96 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (727,979 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
179,785 179,785 00000000000002111f210b08150feeb724348a3608e54809d8c18a08d3e7b247 0.02 MB 66 144
179,784 179,784 000000000000022d9a53a2e0476abf661c7d3de7b96f538d5d1b7f46f29a4bf1 0.01 MB 26 114
179,783 179,783 00000000000009a5023df37498d9b08fb3ae708d61ae0488f10294d32e40f022 0.01 MB 17 121
179,782 179,782 00000000000000fd6b328219dc3b4d094b0a62cfb4376cb122829d91d1f46b28 0.11 MB 270 134
179,781 179,781 000000000000089107a3afee11e2f38046328eeb4c00622090b0868d70233797 0.05 MB 117 224
179,780 179,780 0000000000000807f1774d5c8003ad1f258215006ce2880418b3784a765e3d3d 0.10 MB 248 122
179,779 179,779 000000000000096dc419429d8eb0a4d4b1608dd1067d309c34087d1b71d0a046 0.18 MB 371 139
179,778 179,778 000000000000096d1d088a3b908ee2c2337d5f5f6038731a6c6890620c38d62d 0.12 MB 283 166
179,777 179,777 0000000000000692e7ebc6dca56ff347c61413c1f9e329738e9ea2233b6d7d87 0.06 MB 131 160
179,776 179,776 000000000000040a0bd70e3f1ef23ecb0a3b2a289a11bf0446b2fd4dbbf89614 0.05 MB 89 103
179,775 179,775 00000000000003aeca84bb7279ac696ea9c1778051319f5ff90757d531d0cd92 0.07 MB 74 58
179,774 179,774 0000000000000263027422ab47efedc55dcc2dc4a7442d28c09d1d908c56679b 0.04 MB 77 145
179,773 179,773 00000000000002b033744f988a54f244173fb7ccdc2f270ffd04a0ca3b4ee69b 0.01 MB 27 63
179,772 179,772 00000000000008df725e2f55cacf738cc855885b9e516e8f219e06ee15ea69f0 0.01 MB 25 14
179,771 179,771 000000000000029baeebf7d84a684e5207fc00a8c31bc4778ca82899e769ae03 0.03 MB 76 18
179,770 179,770 000000000000097340dffcce1820312b07f32b8ef3434c62cef434c40ee0d6cd 0.07 MB 164 139
179,769 179,769 000000000000057cc2aee629585602d9ca8424ce35f791e9bd223335ad523eba 0.04 MB 69 64
179,768 179,768 00000000000007bcb5bccdd00bea2e3720251719e2e48fc4e4bc12bfc106aeef 0.02 MB 86 24
179,767 179,767 00000000000005cbeb9bb1ef1544cb07432347d1fc5f137d8a06ccd6f1f74067 0.00 MB 14 174
179,766 179,766 000000000000042175dbb2f6eadfc034578c2556707bf1974aaaeccce4b92733 0.18 MB 454 125
179,765 179,765 00000000000008721048683b249bf7c5bd8cfb7589c633c0f34770a5ccf5294c 0.03 MB 83 159
Previous 10 blocks ↓
Total Size: 769.10 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,628.81 GB sent, 93.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.