Memory Pool Memory Pool Refreshing

5,579 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,059 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (45,315 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
862,415 862,415 000000000000000000005c4dc7a469d2508e6919d4df5b71175669ddbfa80f74 1.74 MB 6,359 1
862,414 862,414 00000000000000000000aa869949269f7746fa911f44aac9b01628b60cf6cfad 1.64 MB 3,832 3
862,413 862,413 00000000000000000001da987db0c1ce7df745750afea1701e0af3d9cb765656 1.55 MB 2,797 5
862,412 862,412 0000000000000000000170379e8f438253e85553e70719fe31cbc530a3e3edc5 1.64 MB 5,099 3
862,411 862,411 0000000000000000000151be673299cea72fa54f070769f2cd70aa3db0487b05 2.67 MB 1,435 2
862,410 862,410 000000000000000000003b1e0dddae1c749dc9d0fb3814859b8a2816ec6ee186 1.63 MB 3,746 5
862,409 862,409 0000000000000000000154fa225e6c36787358be8bcb8f2f3d6a9f317a4835ee 2.15 MB 2,198 4
862,408 862,408 000000000000000000021bed852514c0dbf40b76197db9bb1edd8ba388dcd7a2 1.63 MB 3,675 5
862,407 862,407 0000000000000000000065691d300173a19526018199cb10a6539ca66752324b 1.63 MB 3,826 3
862,406 862,406 000000000000000000007bca7ec6b7acc805356b43a4750a0d48761164cbfddb 1.64 MB 3,790 4
862,405 862,405 00000000000000000000927fa7a862fc04894d3f2d97de2bc5096d1509033bcf 1.54 MB 2,806 5
862,404 862,404 00000000000000000001f09533c1b8a55d264ed4b0895bdfe46486121c4bef25 1.47 MB 3,559 10
862,403 862,403 00000000000000000001e6635c3e72a630985cb3b08024029bd243b893f2ac38 1.73 MB 6,624 1
862,402 862,402 000000000000000000020e2b92f5591a5f19b64d3d14a8df57c4e3b7fc57443e 1.64 MB 5,284 3
862,401 862,401 0000000000000000000063d8a5c04a3272ef8eba34b66403b26cbe672364771c 1.64 MB 5,962 3
862,400 862,400 00000000000000000001c0d023b6f5f76bfec2114eb983ee872a61f1c371f6fd 1.63 MB 6,530 1
862,399 862,399 000000000000000000025df304bec2c34563cda3d79d2145f421b339ebee754c 1.61 MB 4,010 4
862,398 862,398 000000000000000000022ccb917beffa73b702c6050425c6cce81c6e75203093 1.80 MB 3,315 4
862,397 862,397 00000000000000000002000bdf1f7f96b963fe99f3372888920b287d1f42cc53 1.55 MB 4,580 5
862,396 862,396 0000000000000000000154b9bc35d6ccfc97cc896ef84c543e8e3251cec64897 1.62 MB 3,919 5
862,395 862,395 00000000000000000001741e7faeacd4b01528c508d61606ea2a5934f4b88b53 1.63 MB 5,531 3
Previous 10 blocks ↓
Total Size: 769.04 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,626.28 GB sent, 93.06 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.