Memory Pool Memory Pool Refreshing

3,641 transactions
1.51 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,289 (858,897 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,392 49,392 000000000169f1e8109f9b76f462b06afb6a9938af120e03100c272e6d926d12 0.00 MB 1 0
49,391 49,391 000000001d6f02bfe89d61ece669028b01a8f2de985e20f3570d381d63680dcf 0.00 MB 2 0
49,390 49,390 000000001fbb4140244429ec6005c9264878379ca156d7f92545b60e79551638 0.00 MB 1 0
49,389 49,389 0000000011bd2c764bd8827634ac06a916862e118d1d2591ca4dc8ad3abe566c 0.00 MB 1 0
49,388 49,388 000000001459b4004e10c38f4c8bc8450ce14bae50653342b3345c7e26cd0537 0.00 MB 1 0
49,387 49,387 000000001cf51af3d1ffc49659eae87189517b5e8040508c949498fbdb1190af 0.00 MB 2 0
49,386 49,386 0000000013bd7b213e2214d5672f2357dcc4057e60d2919f44af1306303c30ac 0.00 MB 1 0
49,385 49,385 0000000019f585e8be85dddb3005cf53f23692b3292a9fe54b7410190e249670 0.00 MB 1 0
49,384 49,384 000000000244283ae4231bc6458b76be8e4d890ee4780fe9f88b43e77e873baa 0.00 MB 1 0
49,383 49,383 00000000163ee74257c874eade9d56608bbc7e985ba947531b959747aaba3dd4 0.00 MB 1 0
49,382 49,382 0000000014bce88d007d1492bfdbcfbd60450703402746578ae68006010e7db8 0.00 MB 1 0
49,381 49,381 000000001fd2be5ba203a720a628503779dd49a0928cd2ac9bd582d2baa1b8a9 0.00 MB 1 0
49,380 49,380 0000000025cb7b6406fc102432b9615a2e01890d5f6f9bcb5139a84dff0035ab 0.00 MB 1 0
49,379 49,379 000000000095e35beaa2b72d7d48679e9551f8fe7f986937e137668fdf6eda4c 0.00 MB 1 0
49,378 49,378 0000000014bf097e9536ccbc00a578672beea19c0adc51596f50faca65fa4bac 0.00 MB 1 0
49,377 49,377 00000000299f7c1937487d8f6f26c2204bf5b84ba45c5b7db91af396fa0e6bab 0.00 MB 1 0
49,376 49,376 000000000e27a18a71f3520f636a316b9187b6eb0c8e769e637e8e6cd4672d91 0.00 MB 1 0
49,375 49,375 000000000971bd145014ff68c86c58290dc5326941d2d5f76f4b952554a679b8 0.00 MB 1 0
49,374 49,374 000000001d9208608eab7c73f5bcbb140d1c21d08a9f3c18f14f924db693df64 0.00 MB 1 0
49,373 49,373 0000000007a59bbbbd86986ee633a9e123f85dc4c510fec741cba0a32b82391b 0.00 MB 1 0
49,372 49,372 000000001df9a7347e70498f4a6eb2953b05e971e262a545a72eb17d32ab28c6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.30 GB sent, 98.29 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.