Memory Pool Memory Pool Refreshing

4,178 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
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,753 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,571 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,752 (621,671 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
286,081 286,081 000000000000000168ab84a661f5221cc80fdaa6ae64fc8faed707b8fe3df57a 0.14 MB 324 79
286,080 286,080 0000000000000000519986bb06f719b5f6d6e9f246fdac304ae8a4e96a5dc312 0.03 MB 46 7
286,079 286,079 000000000000000053cf6555b1b7c7b908ba641169d415adb26258045b50406a 0.25 MB 442 36
286,078 286,078 00000000000000005dfd07c9fdfeaee16fed99bfbdb198e5a7dee53994ea6363 0.10 MB 212 28
286,077 286,077 000000000000000119a5268c357c84e784adb9dbe5c33cb877ef372fdf145d67 0.31 MB 620 36
286,076 286,076 00000000000000000bdc3272b41f4c3624f4f229cec96aa21984c77db6383dcb 0.30 MB 453 36
286,075 286,075 00000000000000000d6340ff3babca557a4b3e81c4632b4f5d50f72646ad0376 0.04 MB 86 28
286,074 286,074 0000000000000000e1e11e7f40917af3d882606090bb76dc240e9f1bfb02bd03 0.02 MB 44 31
286,073 286,073 000000000000000028f3f104c396af0dca706aebc5d865f77548353d08d919f1 0.10 MB 217 43
286,072 286,072 0000000000000000e93e29dd272a38fc9eb867d7f97bb13359c78586d557e8c1 0.04 MB 88 34
286,071 286,071 000000000000000078b896f5fde850b6106321c94fc5f9d1ba8c17def2b73cb4 0.32 MB 574 31
286,070 286,070 000000000000000047d9b88152cc01b4d0eecc1fd345a2498f334445b5b621b6 0.06 MB 111 39
286,069 286,069 0000000000000001124002673945a7e2f725b9f6f3657b94548260ad661e5821 0.06 MB 202 133
286,068 286,068 000000000000000171b57ef4517b64d30f4649624e852deb45d526ef29078d9b 0.03 MB 73 59
286,067 286,067 0000000000000000f1a69c3fa2a8935379fc9238c2917b809180aba7d86da472 0.05 MB 153 44
286,066 286,066 00000000000000018b8a3ba405d1524288fd0e5be1fcdfed85c45ed3a77b8aaf 0.30 MB 568 37
286,065 286,065 00000000000000011da78fad8ef9f20c1387deffe0095cce201f16d0697b25d5 0.16 MB 378 44
286,064 286,064 00000000000000019ad9a1205b96d6a66ea7185d534e36cf3b4e569379475cb7 0.02 MB 44 39
286,063 286,063 0000000000000000f7a84b4cdda2f745b17c692ffef031ae948ab96cc41490fb 0.03 MB 64 30
286,062 286,062 000000000000000057749ac52ecdc4f50cc2311c2509f42687204d22362c2a6c 0.08 MB 158 30
286,061 286,061 0000000000000000f35e313973c79dfc7ded9ce6c54f73355757963d785af9d6 0.26 MB 585 41
Previous 10 blocks ↓
Total Size: 769.08 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.24 GB sent, 93.30 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.