Memory Pool Memory Pool Refreshing

8,288 transactions
5.07 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
3 sats/vbyte 6
3 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
901,564 000000000000000000023a040000000000000000000000000000000000000000 1.00 vMB 3,001 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,563 (696,466 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
205,097 205,097 0000000000000191090106beab675d69bf86960250be21f38b2d04e4fb4f2a2c 0.07 MB 114 177
205,096 205,096 0000000000000028eda1bd9a72b86817849da7bcad12dfbc43f3caea98147337 0.25 MB 325 114
205,095 205,095 000000000000030037a978ced8a60fa782757663e2791c666fd7fa297c033d2f 0.05 MB 126 208
205,094 205,094 00000000000000fa491b61f0393e5aa8e2e37b612c48bf6f659c0f2284ee6ed8 0.05 MB 124 116
205,093 205,093 00000000000003235cb0529c5a167969c94d72fec07466fc84aed3203eea8f8b 0.00 MB 7 3
205,092 205,092 00000000000004336d2747ef3e009cb939cdb6e6cc706dbc15870436f7958af6 0.05 MB 132 66
205,091 205,091 000000000000037af843f97c44f76e2b0edcf14d977df510ce9e4ebba39fe792 0.25 MB 562 435
205,090 205,090 00000000000000add1f076ef7094c0042db31b5005879a6882dd5a78e441e040 0.24 MB 282 70
205,089 205,089 000000000000000a03433218357e8f543eec864f82460455b302c9ad02e9f3a0 0.02 MB 64 4
205,088 205,088 00000000000004764a3c9eaa19df71bbcc45bf31a0928b70ecaaf7aff6b94c82 0.08 MB 153 186
205,087 205,087 000000000000051700fae5e85ae7338794c9fb4a996bb45f7dae6d94d35274b8 0.34 MB 459 168
205,086 205,086 0000000000000106d0c85746e638a65b4961b097f1536ae1167e101716c9b69a 0.05 MB 85 112
205,085 205,085 000000000000005a5a0953682b96987209c057b5c9c448653f597f24ca7aa838 0.00 MB 1 0
205,084 205,084 0000000000000203b9742af08ca9b019c3b1a823e01c1f6fece07a751c7ecb4e 0.01 MB 17 27
205,083 205,083 000000000000026c4a257ba0d09f731f2382af1e5c4b1085dfe9a0e8fc096796 0.08 MB 133 150
205,082 205,082 00000000000002c2aa36f716c5561aa0b804d3e2a9d23799e96abea13916f3d1 0.07 MB 245 5
205,081 205,081 00000000000004f1219c9fbe4450a24b957134c673765fe90ed4a63c20cd5b1e 0.00 MB 13 22
205,080 205,080 0000000000000420e84650c324f38621e1c2ee7f0e7bcab5f4bc37fe8edcaa62 0.05 MB 97 66
205,079 205,079 00000000000002f7d9024e65310c71df7a4d21b9f82736e4958029b6693f2bc5 0.11 MB 266 195
205,078 205,078 00000000000005646aff95ae1090955edaf89fb9b31c70df550e24660b30c681 0.01 MB 14 95
205,077 205,077 00000000000000af509e4ef3aa73832d4678118ba100fe5e725df301c5752be2 0.10 MB 99 98
Previous 10 blocks ↓
Total Size: 758.42 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: 741.72 GB sent, 38.94 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.