Memory Pool Memory Pool Refreshing

3,634 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 (705,016 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
202,720 202,720 0000000000000144331cc5e4eb29c9a7f3ccdcd29cf450213a04c17e55085716 0.03 MB 68 112
202,719 202,719 00000000000002d2eb363c43284898b753a782f6b7437bc7ef8da9e835aa9ae9 0.26 MB 647 147
202,718 202,718 000000000000018fdde12488cd482b7bc12de3ac5fa009e31b520c5908888fee 0.25 MB 498 185
202,717 202,717 000000000000031ee69b849bba40a670fd8e1f6c591f6c8e9c34fd1cdc813d34 0.00 MB 7 21
202,716 202,716 0000000000000347b6f696e2974cdd2b8de72b6c35b11568a28c3cb378aa2dd3 0.07 MB 154 142
202,715 202,715 000000000000020084636228c389c2caec4891eec894bbf1d11ce6e0e83e781e 0.15 MB 214 190
202,714 202,714 00000000000000cffc49f808980e8839a1906cd84540ce43daa0181dcc92fbb1 0.21 MB 492 572
202,713 202,713 000000000000010eda59fb39410fc2bf9b98ca74f4a32ed2ebb0a0c108cdf158 0.02 MB 32 948
202,712 202,712 00000000000003e56a1351e9dfee169e3b4c82b44a36b2c00c39b60d09443955 0.01 MB 17 211
202,711 202,711 000000000000050147a88ef49ec8d5f3b830e84cfc02338b7f9b115b376a8c81 0.08 MB 48 109
202,710 202,710 00000000000004158ad4867f7f7efbe33b3e996853308495fb28ac11c093eb68 0.24 MB 534 132
202,709 202,709 00000000000000f8ac525b6c8cf2fdc4e33a6cbdb2e3f9a2d4795b9648fe6b2e 0.08 MB 266 33
202,708 202,708 00000000000001f2f450b1d15d917f9e7e692e0259cb57bd230c46b6741b9e16 0.05 MB 135 19
202,707 202,707 00000000000004e429246e98c9efb7f8220831256a6699abf06cff8199ebd91b 0.27 MB 464 470
202,706 202,706 000000000000057b499cfdac3fac793eaf5f1652aab133e4fdfd71427dc5395f 0.02 MB 62 168
202,705 202,705 000000000000041e252ce743fbe63c851eecd78d7568467cbe5dfec49f56df6b 0.05 MB 145 147
202,704 202,704 0000000000000186c0b2cae480036e0d1a6f6606ea6297ed42a6c054380b5bac 0.23 MB 545 92
202,703 202,703 00000000000001f0abe9ad40d8cc23dade19332500e0bfd8560a6f0868223f68 0.05 MB 137 237
202,702 202,702 00000000000005583ed325f28ecd040c124308da5b9c59ab0f9f688b1e88f4db 0.05 MB 140 143
202,701 202,701 000000000000025cbfdfbf38c8590545584eefd9438c0d8ca49e1c8d44de6ceb 0.26 MB 577 146
202,700 202,700 00000000000001803c6a4e75ba0a20b8602dc984d91582af324004046187d8f9 0.15 MB 135 75
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.